From dfc4eac397b658766accbdba7319f435d6a253ff Mon Sep 17 00:00:00 2001 From: "ramiro%netscape.com" Date: Fri, 10 Sep 1999 23:30:39 +0000 Subject: [PATCH] Fix a small typo. git-svn-id: svn://10.0.0.236/trunk@46884 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webshell/embed/gtk/configure.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mozilla/webshell/embed/gtk/configure.in b/mozilla/webshell/embed/gtk/configure.in index 209757d8399..d19cc17aecd 100644 --- a/mozilla/webshell/embed/gtk/configure.in +++ b/mozilla/webshell/embed/gtk/configure.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 ========================================================