]> git.mxchange.org Git - flightgear.git/commitdiff
We should be able to compile in serial support under all conditions.
authorcurt <curt>
Mon, 23 Nov 1998 21:45:33 +0000 (21:45 +0000)
committercurt <curt>
Mon, 23 Nov 1998 21:45:33 +0000 (21:45 +0000)
configure.in

index e61f8bbcd96105b78d2b82848fb3935cdec4438e..3792d592f14e7fe58d7bb9ab0bfc6ab7f00e88b6 100644 (file)
@@ -92,7 +92,7 @@ dnl Check for (currently Linux only style) joystick support
 AM_CONDITIONAL(ENABLE_LINUX_JOYSTICK, test -r /usr/include/linux/joystick.h )
 
 dnl Enable serial support on Unix type systems
-AM_CONDITIONAL(ENABLE_UNIX_SERIAL, test "x$ac_cv_header_windows_h" != "xyes")
+AM_CONDITIONAL(ENABLE_UNIX_SERIAL, true)
 
 dnl extra library and include directories
 EXTRA_DIRS="/usr/local /usr/X11R6 /opt/X11R6"