1
0
Fork 0

Add some more bsds to the configure detection

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2893
This commit is contained in:
Peter Veenstra 2007-06-25 11:35:53 +00:00
parent d6ddccf64a
commit cdfebb5bda

View file

@ -406,7 +406,7 @@ case "$target" in
AC_DEFINE(MACOSX, 1, [Compiling on Mac OS X])
LIBS="$LIBS -framework AudioUnit"
;;
*-*-freebsd* | *-*-linux*)
*-*-freebsd* | *-*-linux* | *-*-dragonfly* | *-*-netbsd* | *-*-openbsd*)
AC_DEFINE(LINUX, 1, [Compiling on GNU/Linux or *BSD])
AC_DEFINE(C_DIRECTSERIAL, 1, [ Define to 1 if you want serial passthrough support (Win32, Posix and OS/2).])
;;