Erk. --enable-chrome-format actually defaults to jar not both.

This commit is contained in:
cls%seawood.org 2001-03-25 20:18:18 +00:00
Родитель 8752c7bd06
Коммит bdfe127d6f
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -138,7 +138,7 @@ ac_help="$ac_help
--disable-jar-packaging Disable jar packaging of chrome (Deprecated) "
ac_help="$ac_help
--enable-chrome-format=[jar|flat|both]
Select format of chrome files (defaults to both)"
Select format of chrome files (defaults to jar)"
ac_help="$ac_help
--disable-md Do not use compiler-based dependencies "
ac_help="$ac_help

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

@ -3437,7 +3437,7 @@ MOZ_ARG_DISABLE_BOOL(jar-packaging,
MOZ_ARG_ENABLE_STRING(chrome-format,
[ --enable-chrome-format=[jar|flat|both]
Select format of chrome files (defaults to both)],
Select format of chrome files (defaults to jar)],
MOZ_CHROME_FILE_FORMAT=`echo $enableval | tr A-Z a-z`)
if test -z "$MOZ_CHROME_FILE_FORMAT"; then