Bugzilla bug 88535: backed out some of the changes made in the previous

checkin.  Modified files: configure configure.in
This commit is contained in:
wtc%netscape.com 2001-07-01 18:02:46 +00:00
Родитель 77be037166
Коммит 446eba9539
2 изменённых файлов: 8 добавлений и 4 удалений

6
nsprpub/configure поставляемый
Просмотреть файл

@ -5233,11 +5233,13 @@ if test -n "$_SAVE_OPTIMIZE_FLAGS"; then
fi
if test -n "$MOZ_OPTIMIZE"; then
OPTIMIZER=$_OPTIMIZE_FLAGS
CFLAGS="$CFLAGS $_OPTIMIZE_FLAGS"
CXXFLAGS="$CXXFLAGS $_OPTIMIZE_FLAGS"
fi
if test -n "$MOZ_DEBUG"; then
OPTIMIZER=$_DEBUG_FLAGS
CFLAGS="$CFLAGS $_DEBUG_FLAGS"
CXXFLAGS="$CXXFLAGS $_DEBUG_FLAGS"
fi
if test -n "$MOZ_OPTIMIZE"; then

Просмотреть файл

@ -2109,11 +2109,13 @@ if test -n "$_SAVE_OPTIMIZE_FLAGS"; then
fi
if test -n "$MOZ_OPTIMIZE"; then
OPTIMIZER=$_OPTIMIZE_FLAGS
CFLAGS="$CFLAGS $_OPTIMIZE_FLAGS"
CXXFLAGS="$CXXFLAGS $_OPTIMIZE_FLAGS"
fi
if test -n "$MOZ_DEBUG"; then
OPTIMIZER=$_DEBUG_FLAGS
CFLAGS="$CFLAGS $_DEBUG_FLAGS"
CXXFLAGS="$CXXFLAGS $_DEBUG_FLAGS"
fi
if test -n "$MOZ_OPTIMIZE"; then