From e9fe9e0d5ff4cd005ddd602429a3bf3ae1dba385 Mon Sep 17 00:00:00 2001 From: "leaf%mozilla.org" Date: Mon, 26 Nov 2001 22:42:56 +0000 Subject: [PATCH] Automated update git-svn-id: svn://10.0.0.236/trunk@108928 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/configure b/mozilla/configure index a1b324c1dbd..0939b5a9487 100755 --- a/mozilla/configure +++ b/mozilla/configure @@ -10025,7 +10025,7 @@ if test "${enable_extensions+set}" = set; then MOZ_EXTENSIONS="" elif test "$option" = "default"; then MOZ_EXTENSIONS="$MOZ_EXTENSIONS $MOZ_EXTENSIONS_DEFAULT" - elif test `echo "$option" | grep -c ^-`; then + elif test `echo "$option" | grep -c ^-` != 0; then option=`echo $option | sed 's/^-//'` MOZ_EXTENSIONS=`echo "$MOZ_EXTENSIONS" | sed "s/ ${option}//"` else