Do not define MOZ_MONOLITHIC_TOOLKIT for OpenVMS

This commit is contained in:
colin%theblakes.com 1999-11-18 22:38:51 +00:00
Родитель 580abe9a50
Коммит d1588cf8c7
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -2246,9 +2246,11 @@ dnl Assume life sucks
MOZ_MONOLITHIC_TOOLKIT=1
dnl The following are the only platforms I tested -ramiro
dnl OpenVMS added by Colin Blake
case "$target" in
*-*-linux*) MOZ_MONOLITHIC_TOOLKIT= ;;
*-*-solaris*) MOZ_MONOLITHIC_TOOLKIT= ;;
*-openvms*) MOZ_MONOLITHIC_TOOLKIT= ;;
esac