Simplyfi a bit. If NSPR is detected in the system, dont build nsprpub

automatically witout having to specify --disable-build-nspr.
This commit is contained in:
ramiro%netscape.com 1999-04-11 08:04:59 +00:00
Родитель 37f1e5e921
Коммит 26310e3cf8
1 изменённых файлов: 2 добавлений и 4 удалений

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

@ -898,10 +898,6 @@ MOZ_ARG_DISABLE_BOOL(async-dns,
dnl build mozilla/nsprpub by default
MOZ_BUILD_NSPR=1
MOZ_ARG_DISABLE_BOOL(build-nspr,
[ --disable-build-nspr Dont build mozilla/nsprpub],
MOZ_BUILD_NSPR= )
dnl build mozilla/xpfe by default
MOZ_BUILD_XPFE=1
@ -1513,6 +1509,8 @@ fi # $no_x
if test "$MISSING_NSPR"; then
AC_MSG_ERROR([Could not find the following nspr libraries or could not run sample program: $MISSING_NSPR]);
else
MOZ_BUILD_NSPR=
fi
dnl Set various defines and substitutions