Loading old-configure.in +0 −2 Original line number Diff line number Diff line Loading @@ -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 Loading testing/mozharness/scripts/spidermonkey/build.shell +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
old-configure.in +0 −2 Original line number Diff line number Diff line Loading @@ -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 Loading
testing/mozharness/scripts/spidermonkey/build.shell +1 −1 Original line number Diff line number Diff line Loading @@ -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