Bug 731936 - Optimizations are disabled in NSPR when using --enable-optimize in mozconfig. r=khuey.

This commit is contained in:
Rafael Ávila de Espíndola 2012-03-05 15:09:36 -03:00
parent 91686d5188
commit 592330abad

View File

@ -9212,7 +9212,7 @@ if test -z "$MOZ_NATIVE_NSPR"; then
fi
if test "$MOZ_OPTIMIZE" = "1"; then
ac_configure_args="$ac_configure_args --enable-optimize"
else
elif test -z "$MOZ_OPTIMIZE"; then
ac_configure_args="$ac_configure_args --disable-optimize"
fi
if test -n "$HAVE_64BIT_OS"; then