зеркало из https://github.com/mozilla/gecko-dev.git
Remove xmlterm from MOZ_EXTENSIONS and issue a warning if we are not building with the gtk toolkit. Bug #67250
This commit is contained in:
Родитель
a0626eeb77
Коммит
b346110902
|
@ -3396,6 +3396,12 @@ MOZ_ARG_WITH_STRING(extensions,
|
|||
fi
|
||||
done ],
|
||||
[ MOZ_EXTENSIONS="$MOZ_EXTENSIONS_DEFAULT" ] )
|
||||
|
||||
if test -z "$MOZ_ENABLE_GTK" && test `echo "$MOZ_EXTENSIONS" | grep -c xmlterm`; then
|
||||
AC_MSG_WARN([Cannot build xmlterm without gtk toolkit. Removing xmlterm from MOZ_EXTENSIONS.])
|
||||
MOZ_EXTENSIONS=`echo $MOZ_EXTENSIONS | sed -e 's|xmlterm||'`
|
||||
fi
|
||||
|
||||
dnl ========================================================
|
||||
|
||||
_cpp_md_flag=
|
||||
|
|
Загрузка…
Ссылка в новой задаче