diff configure @ 32485:2746e4f916f6

Enable joystick support on FreeBSD. patch extracted from the FreeBSD ports tree.
author diego
date Wed, 03 Nov 2010 08:09:31 +0000
parents e789ea19fa5a
children d18030ed576f
line wrap: on
line diff
--- a/configure	Tue Nov 02 14:17:05 2010 +0000
+++ b/configure	Wed Nov 03 08:09:31 2010 +0000
@@ -7837,7 +7837,7 @@
 echocheck "joystick"
 def_joystick='#undef CONFIG_JOYSTICK'
 if test "$_joystick" = yes ; then
-  if linux ; then
+  if linux || freebsd ; then
     # TODO add some check
     def_joystick='#define CONFIG_JOYSTICK 1'
   else