Bug 650742 - Define AVMPLUS_UNIX for OpenBSD. r=khuey

This commit is contained in:
Landry Breuil 2011-04-20 01:27:26 +02:00
parent ba9a18927d
commit 4180bd56de

View File

@ -2950,6 +2950,9 @@ case "$target" in
*-freebsd*|*-kfreebsd*)
AC_DEFINE(AVMPLUS_UNIX)
;;
*-openbsd*)
AC_DEFINE(AVMPLUS_UNIX)
;;
*-gnu*)
AC_DEFINE(AVMPLUS_UNIX)
;;