From cdfebb5bda653a8e0afa6bae1246efe3f9d03bae Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Mon, 25 Jun 2007 11:35:53 +0000 Subject: [PATCH] Add some more bsds to the configure detection Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2893 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 586776e3..d81baae0 100644 --- a/configure.in +++ b/configure.in @@ -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).]) ;;