From c2898b42043ab6bc820b7d729a86a9fd532f80c9 Mon Sep 17 00:00:00 2001 From: Walter Meinl Date: Fri, 6 Dec 2013 10:24:01 -0500 Subject: [PATCH] Bug 946878 - Don't pass unknown options over to jemalloc configure. r=glandium --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index f7ddb4d77bba..df6f29677791 100644 --- a/configure.in +++ b/configure.in @@ -9039,7 +9039,7 @@ fi # Run jemalloc configure script if test -z "$MOZ_NATIVE_JEMALLOC" -a "$MOZ_MEMORY" && test -n "$MOZ_JEMALLOC3" -o -n "$MOZ_REPLACE_MALLOC"; then - ac_configure_args="$_SUBDIR_CONFIG_ARGS --build=$build --host=$target --enable-stats --with-jemalloc-prefix=je_" + ac_configure_args="--build=$build --host=$target --enable-stats --with-jemalloc-prefix=je_" if test -n "$MOZ_REPLACE_MALLOC"; then # When using replace_malloc, we always want memalign and valloc exported from jemalloc. ac_configure_args="$ac_configure_args ac_cv_func_memalign=yes"