Change the definition of --enable-optimize to be less ambiguous.

This commit is contained in:
cls%seawood.org 2000-12-28 04:29:44 +00:00
Родитель 30ce773929
Коммит 98f96384bb
2 изменённых файлов: 2 добавлений и 2 удалений

2
configure поставляемый
Просмотреть файл

@ -108,7 +108,7 @@ ac_help="$ac_help
--enable-crash-on-assert
Make NS_ASSERTION crash on Unix"
ac_help="$ac_help
--enable-optimize(=val) Enable code optimizations level (val) "
--enable-optimize(=flag) Enable code optimizations (flag, ie. -O2) "
ac_help="$ac_help
--disable-debug Disable building with debug info"
ac_help="$ac_help

Просмотреть файл

@ -3091,7 +3091,7 @@ then
fi
MOZ_ARG_ENABLE_STRING(optimize,
[ --enable-optimize(=val) Enable code optimizations level (val) ],
[ --enable-optimize(=flag) Enable code optimizations (flag, ie. -O2) ],
[ if test "$enableval" != "no"; then
MOZ_OPTIMIZE=1
if test -n "$enableval" && test "$enableval" != "yes"; then