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:
cls%seawood.org 2001-03-09 05:55:28 +00:00
Родитель a0626eeb77
Коммит b346110902
1 изменённых файлов: 6 добавлений и 0 удалений

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

@ -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=