333751 - correct configure.in ENABLE/DISABLE usage for switch.

This commit is contained in:
beng%bengoodger.com 2006-05-04 22:13:51 +00:00
Родитель d767a7eef2
Коммит 1828743dbd
1 изменённых файлов: 4 добавлений и 3 удалений

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

@ -5769,11 +5769,12 @@ if test -n "$MOZ_PLACES"; then
MOZ_MORKREADER=1
fi
dnl ========================================================
dnl = Enable feeds (new feed handling/processing - Firefox)
dnl = Disable feeds (new feed handling/processing) - Firefox
dnl ========================================================
MOZ_ARG_ENABLE_BOOL(feeds,
[ --disable-feeds Enable in-page feed handling and processing (Firefox)],
MOZ_ARG_DISABLE_BOOL(feeds,
[ --disable-feeds Disable in-page feed handling and processing],
MOZ_FEEDS=,
MOZ_FEEDS=1 )
if test -n "$MOZ_FEEDS"; then