Turn off monolithic toolkit builds for OpenBSD.

Thanks to David Krause <david@netcentral.com> for the patch.
Bug #60730


git-svn-id: svn://10.0.0.236/trunk@83309 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cls%seawood.org 2000-12-06 07:22:00 +00:00
parent 07d7920a1c
commit acbe72cc5b

View File

@ -2971,6 +2971,7 @@ case "$target" in
*-openvms*) MOZ_MONOLITHIC_TOOLKIT= ;;
*-freebsd*) MOZ_MONOLITHIC_TOOLKIT= ;;
*-netbsd*) MOZ_MONOLITHIC_TOOLKIT= ;;
*-openbsd*) MOZ_MONOLITHIC_TOOLKIT= ;;
*-*-aix*) MOZ_MONOLITHIC_TOOLKIT= ;;
*-*-osf*) MOZ_MONOLITHIC_TOOLKIT= ;;
*-hpux*) MOZ_MONOLITHIC_TOOLKIT= ;;