Bug 933231 - don't |unset| variables after configuring NSPR; r=ted

This commit is contained in:
Nathan Froyd 2013-10-31 09:37:27 -04:00
parent c0e592b572
commit 577d6dde34

View File

@ -9069,9 +9069,6 @@ if test -z "$MOZ_NATIVE_NSPR"; then
AC_OUTPUT_SUBDIRS(nsprpub)
# .. and restore them
unset CFLAGS
unset CPPFLAGS
unset LDFLAGS
CFLAGS="$_SAVE_CFLAGS"
CPPFLAGS="$_SAVE_CPPFLAGS"
LDFLAGS="$_SAVE_LDFLAGS"