Automated update

git-svn-id: svn://10.0.0.236/trunk@108928 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
leaf%mozilla.org
2001-11-26 22:42:56 +00:00
parent b9450f6730
commit e9fe9e0d5f

2
mozilla/configure vendored
View File

@@ -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