From 9463909368d4f1987555fec7e7389cb3c82b2d01 Mon Sep 17 00:00:00 2001 From: "leaf%mozilla.org" Date: Thu, 29 Nov 2001 15:57:55 +0000 Subject: [PATCH] Automated update --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index f41eb1294e79..e15a006c2a3f 100755 --- a/configure +++ b/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 ^-` != 0; then + elif test `echo "$option" | grep -c \^-` != 0; then option=`echo $option | sed 's/^-//'` MOZ_EXTENSIONS=`echo "$MOZ_EXTENSIONS" | sed "s/ ${option}//"` else