Fix a small typo.

git-svn-id: svn://10.0.0.236/trunk@46884 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ramiro%netscape.com
1999-09-10 23:30:39 +00:00
parent b227e7b10c
commit dfc4eac397

View File

@@ -60,11 +60,10 @@ AC_ARG_WITH(nspr,
[ --with-nspr=\$dir location of nspr headers and libs],
NSPR_DIR=$withval, NSPR_DIR=)
if test -z $NSPR_DIR; then
if test -z "$NSPR_DIR"; then
NSPR_DIR=$MOZILLA_DIR/dist
fi
dnl ========================================================
dnl By default, turn rtti and exceptions off on g++/egcs
dnl ========================================================