зеркало из https://github.com/mozilla/pjs.git
Bug 355444: make --disable-feeds trigger a configure error when building Firefox, r=bsmedberg
This commit is contained in:
Родитель
c6edb6852a
Коммит
8f3cf0dad8
|
@ -5917,14 +5917,18 @@ fi
|
||||||
|
|
||||||
|
|
||||||
dnl ========================================================
|
dnl ========================================================
|
||||||
dnl = Disable feeds (new feed handling/processing) - Firefox
|
dnl = Disable feed handling components
|
||||||
dnl ========================================================
|
dnl ========================================================
|
||||||
MOZ_ARG_DISABLE_BOOL(feeds,
|
MOZ_ARG_DISABLE_BOOL(feeds,
|
||||||
[ --disable-feeds Disable in-page feed handling and processing],
|
[ --disable-feeds Disable feed handling and processing components],
|
||||||
MOZ_FEEDS=,
|
MOZ_FEEDS=,
|
||||||
MOZ_FEEDS=1 )
|
MOZ_FEEDS=1 )
|
||||||
if test -n "$MOZ_FEEDS"; then
|
if test -n "$MOZ_FEEDS"; then
|
||||||
AC_DEFINE(MOZ_FEEDS)
|
AC_DEFINE(MOZ_FEEDS)
|
||||||
|
else
|
||||||
|
if test "$MOZ_BUILD_APP" = "browser"; then
|
||||||
|
AC_MSG_ERROR([Cannot build Firefox with --disable-feeds.])
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
dnl ========================================================
|
dnl ========================================================
|
||||||
|
|
Загрузка…
Ссылка в новой задаче