This commit is contained in:
leaf%mozilla.org 2001-11-29 15:57:55 +00:00
Родитель 552833b89c
Коммит 9463909368
1 изменённых файлов: 1 добавлений и 1 удалений

2
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