Fix a small typo.
git-svn-id: svn://10.0.0.236/trunk@46884 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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 ========================================================
|
||||
|
||||
Reference in New Issue
Block a user