diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-04-26 17:59:36 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-04-26 17:59:36 +0200 |
commit | be1786f7b0e692d8f4326dbf53e7d0689813ee2d (patch) | |
tree | cefa04b915833e90abf5bba51c5c6c81dc3c6431 /build | |
parent | 698b659ee29fd84b02ac2632085d31caaef081e9 (diff) | |
download | uxp-be1786f7b0e692d8f4326dbf53e7d0689813ee2d.tar.gz |
Remove support for system jemalloc.
Diffstat (limited to 'build')
-rw-r--r-- | build/autoconf/jemalloc.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/autoconf/jemalloc.m4 b/build/autoconf/jemalloc.m4 index 3b9c603f75..eae4e4d3a4 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. |