1
0
Fork 0

We should be able to compile in serial support under all conditions.

This commit is contained in:
curt 1998-11-23 21:45:33 +00:00
parent 117d1ce0e0
commit 6711a2cdde

View 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 ) AM_CONDITIONAL(ENABLE_LINUX_JOYSTICK, test -r /usr/include/linux/joystick.h )
dnl Enable serial support on Unix type systems 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 dnl extra library and include directories
EXTRA_DIRS="/usr/local /usr/X11R6 /opt/X11R6" EXTRA_DIRS="/usr/local /usr/X11R6 /opt/X11R6"