This commit is contained in:
briano%netscape.com 1999-08-19 20:00:26 +00:00
Родитель 51ec7580f2
Коммит 91f13ea8f8
1 изменённых файлов: 5 добавлений и 5 удалений

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

@ -6652,15 +6652,15 @@ if test "${NSPR_DIR}" -a -d "${NSPR_DIR}"; then
fi
fi
if test ! -z "$MISSING_NSPR"; then
echo
echo "*** NSPR was not detected in your system. This is not a problem."
echo "*** I will use the one in the current source tree instead. "
echo
echo $ac_n "checking whether have system NSPR""... $ac_c" 1>&6
echo "configure:6657: checking whether have system NSPR" >&5
if test "$MISSING_NSPR"; then
echo "$ac_t""no (will build it from source)" 1>&6
NSPR_INCLUDE_DIR=
NSPR_CFLAGS=
NSPR_LIBS="-lplds$NSPR_VERSION -lplc$NSPR_VERSION -lnspr$NSPR_VERSION $PTHREAD_LDFLAGS"
else
echo "$ac_t""yes" 1>&6
MOZ_NATIVE_NSPR=1
fi