Backed out changeset 838f865fa1c7 (bug 933231) for bustage on some platforms.

This commit is contained in:
Ryan VanderMeulen 2013-12-04 18:16:27 -05:00
parent 26f0281467
commit 1070324f25

View File

@ -9125,6 +9125,9 @@ 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"