mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-14 14:02:47 +00:00
Bug 933231 - don't |unset| variables after configuring NSPR; r=ted
|unset|'ing these things causes them to not be exported to future configure's (JS's, especially, in this context). It's also completely unlike what we do with other _SAVE-style variables elsewhere in configure. Reassignment should be enough.
This commit is contained in:
parent
68f0c59c0c
commit
71a64bc379
@ -9127,9 +9127,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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user