1.1 --- a/configure.in Sun Oct 29 15:00:54 2006 +0000
1.2 +++ b/configure.in Fri Nov 03 21:48:35 2006 +0000
1.3 @@ -2441,11 +2441,12 @@
1.4 esac
1.5
1.6 # Verify that we have all the platform specific files we need
1.7 -if test x$have_joystick != xyes; then
1.8 - if test x$enable_joystick = xyes; then
1.9 - AC_DEFINE(SDL_JOYSTICK_DISABLED)
1.10 - fi
1.11 +
1.12 +if test x$enable_joystick = xyes; then
1.13 + if test x$have_joystick != xyes; then
1.14 + # Wants joystick subsystem, but doesn't have a platform-specific backend...
1.15 SOURCES="$SOURCES $srcdir/src/joystick/dummy/*.c"
1.16 + fi
1.17 fi
1.18 if test x$have_cdrom != xyes; then
1.19 if test x$enable_cdrom = xyes; then