FreeBSD should not use monolithic toolkit by default. Patch submitted by Pascal Hofstee <daeron@shadowmere.student.utwente.nl>.

This commit is contained in:
cls%seawood.org 1999-11-22 15:16:34 +00:00
Родитель 7ce556dca5
Коммит e20009557e
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -2254,6 +2254,7 @@ case "$target" in
*-*-linux*) MOZ_MONOLITHIC_TOOLKIT= ;;
*-*-solaris*) MOZ_MONOLITHIC_TOOLKIT= ;;
*-openvms*) MOZ_MONOLITHIC_TOOLKIT= ;;
*-freebsd*) MOZ_MONOLITHIC_TOOLKIT= ;;
esac