From: curt Date: Mon, 23 Nov 1998 21:45:33 +0000 (+0000) Subject: We should be able to compile in serial support under all conditions. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6711a2cddeac74c21d95269c61db3e26b0634200;p=flightgear.git We should be able to compile in serial support under all conditions. --- diff --git a/configure.in b/configure.in index e61f8bbcd..3792d592f 100644 --- a/configure.in +++ b/configure.in @@ -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"