Commit 83a6429d authored by Mike Hommey's avatar Mike Hommey
Browse files

Bug 1253466 - Don't pass --enable-threadsafe to js/src/configure. r=mshal

The flag was removed in bug 1031529, and silently doesn't do anything.
Configure.py will start barfing about unknown options, so don't pass it
down.
parent 5f47dbfb
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -9116,8 +9116,6 @@ ac_configure_args="$_SUBDIR_CONFIG_ARGS"
# and $NSPR_LIBS.
ac_configure_args="`echo $ac_configure_args | sed -e 's/--with-system-nspr\S* *//'`"

ac_configure_args="$ac_configure_args --enable-threadsafe"

if test "$_INTL_API" = no; then
    ac_configure_args="$ac_configure_args --without-intl-api"
fi
+1 −1
Original line number Diff line number Diff line
@@ -5,5 +5,5 @@ set -x

[ -d $ANALYZED_OBJDIR ] || mkdir $ANALYZED_OBJDIR
cd $ANALYZED_OBJDIR
$SOURCE/js/src/configure --enable-debug --enable-optimize --enable-stdcxx-compat --enable-ctypes --enable-exact-rooting --enable-gcgenerational --enable-threadsafe --with-system-nspr
$SOURCE/js/src/configure --enable-debug --enable-optimize --enable-stdcxx-compat --enable-ctypes --enable-exact-rooting --enable-gcgenerational --with-system-nspr
make -j12 -s