Backout changeset a1a89ff4ee31 (bug 762449) to disable jemalloc 3 for now.

This commit is contained in:
Mike Hommey 2015-03-19 15:53:01 +09:00
Родитель 24910d5fbd
Коммит 093246b8d4
1 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -7176,9 +7176,6 @@ if test -z "$MOZ_MEMORY"; then
esac
else
AC_DEFINE(MOZ_MEMORY)
if test -n "$NIGHTLY_BUILD"; then
MOZ_JEMALLOC3=1
fi
if test -n "$MOZ_JEMALLOC3"; then
AC_DEFINE(MOZ_JEMALLOC3)
fi