Fix compilation on bsds.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2955
This commit is contained in:
parent
c7205d0750
commit
e112331433
1 changed files with 5 additions and 2 deletions
|
@ -406,8 +406,11 @@ case "$target" in
|
|||
AC_DEFINE(MACOSX, 1, [Compiling on Mac OS X])
|
||||
LIBS="$LIBS -framework AudioUnit"
|
||||
;;
|
||||
*-*-freebsd* | *-*-linux* | *-*-dragonfly* | *-*-netbsd* | *-*-openbsd*)
|
||||
AC_DEFINE(LINUX, 1, [Compiling on GNU/Linux or *BSD])
|
||||
*-*-linux*)
|
||||
AC_DEFINE(LINUX, 1, [Compiling on GNU/Linux])
|
||||
AC_DEFINE(C_DIRECTSERIAL, 1, [ Define to 1 if you want serial passthrough support (Win32, Posix and OS/2).])
|
||||
;;
|
||||
*-*-freebsd* | *-*-dragonfly* | *-*-netbsd* | *-*-openbsd*)
|
||||
AC_DEFINE(C_DIRECTSERIAL, 1, [ Define to 1 if you want serial passthrough support (Win32, Posix and OS/2).])
|
||||
;;
|
||||
*-*-os2-emx*)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue