]> git.mxchange.org Git - flightgear.git/commitdiff
Changes to support GLUT joystick routines as fall back.
authorcurt <curt>
Tue, 27 Oct 1998 02:13:59 +0000 (02:13 +0000)
committercurt <curt>
Tue, 27 Oct 1998 02:13:59 +0000 (02:13 +0000)
configure.in

index 3d26e10719d8f38417ed7bab1ab9eea8ce6e08d2..a2bbbddab4cbe5c7d76fc0c8c9138d248fe3605b 100644 (file)
@@ -80,8 +80,13 @@ AM_CONDITIONAL(ENABLE_IRIX_AUDIO, test -r /usr/include/audio.h)
 AM_CONDITIONAL(ENABLE_WIN32_AUDIO, test "x$ac_cv_header_windows_h" = "xyes")
 
 dnl Check for (currently Linux only style) joystick support
-AM_CONDITIONAL(ENABLE_JOYSTICK_SUPPORT, \
-       test -r /usr/include/linux/joystick.h )
+# AM_CONDITIONAL(ENABLE_JOYSTICK_SUPPORT, \
+#      test -r /usr/include/linux/joystick.h \
+#      -o "x$ac_cv_header_windows_h" = "xyes" )
+
+AM_CONDITIONAL(ENABLE_LINUX_JOYSTICK, test -r /usr/include/linux/joystick.h )
+
+# AM_CONDITIONAL(ENABLE_GLUT_JOYSTICK, "x$ac_cv_header_windows_h" = "xyes" )
 
 dnl extra library and include directories
 EXTRA_DIRS="/usr/local /usr/X11R6 /opt/X11R6"