From 6711a2cddeac74c21d95269c61db3e26b0634200 Mon Sep 17 00:00:00 2001 From: curt Date: Mon, 23 Nov 1998 21:45:33 +0000 Subject: [PATCH] We should be able to compile in serial support under all conditions. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.39.5