summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2018-04-26 17:59:36 +0200
committerwolfbeast <mcwerewolf@gmail.com>2018-04-26 17:59:36 +0200
commitbe1786f7b0e692d8f4326dbf53e7d0689813ee2d (patch)
treecefa04b915833e90abf5bba51c5c6c81dc3c6431 /build
parent698b659ee29fd84b02ac2632085d31caaef081e9 (diff)
downloadUXP-be1786f7b0e692d8f4326dbf53e7d0689813ee2d.tar
UXP-be1786f7b0e692d8f4326dbf53e7d0689813ee2d.tar.gz
UXP-be1786f7b0e692d8f4326dbf53e7d0689813ee2d.tar.lz
UXP-be1786f7b0e692d8f4326dbf53e7d0689813ee2d.tar.xz
UXP-be1786f7b0e692d8f4326dbf53e7d0689813ee2d.zip
Remove support for system jemalloc.
Diffstat (limited to 'build')
-rw-r--r--build/autoconf/jemalloc.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/build/autoconf/jemalloc.m4 b/build/autoconf/jemalloc.m4
index 3b9c603f7..eae4e4d3a 100644
--- a/build/autoconf/jemalloc.m4
+++ b/build/autoconf/jemalloc.m4
@@ -8,7 +8,7 @@ if test "$MOZ_BUILD_APP" != js -o -n "$JS_STANDALONE"; then
# Run jemalloc configure script
- if test -z "$MOZ_SYSTEM_JEMALLOC" -a "$MOZ_MEMORY" && test -n "$MOZ_JEMALLOC4" -o -n "$MOZ_REPLACE_MALLOC"; then
+ if test "$MOZ_MEMORY" && test -n "$MOZ_JEMALLOC4" -o -n "$MOZ_REPLACE_MALLOC"; then
ac_configure_args="--build=$build --host=$target --enable-stats --with-jemalloc-prefix=je_ --disable-valgrind"
# We're using memalign for _aligned_malloc in memory/build/mozmemory_wrap.c
# on Windows, so just export memalign on all platforms.