Crap, put this patch in the wrong place.
THIS fixes Bugzilla #403. :/
--- a/configure.in Wed Apr 04 10:28:14 2007 +0000
+++ b/configure.in Wed Apr 04 10:30:07 2007 +0000
@@ -214,8 +214,6 @@
, enable_video=yes)
if test x$enable_video != xyes; then
AC_DEFINE(SDL_VIDEO_DISABLED)
-else
- SOURCES="$SOURCES $srcdir/src/joystick/*.c"
fi
AC_ARG_ENABLE(events,
AC_HELP_STRING([--enable-events], [Enable the events subsystem [[default=yes]]]),
@@ -228,6 +226,8 @@
, enable_joystick=yes)
if test x$enable_joystick != xyes; then
AC_DEFINE(SDL_JOYSTICK_DISABLED)
+else
+ SOURCES="$SOURCES $srcdir/src/joystick/*.c"
fi
AC_ARG_ENABLE(cdrom,
AC_HELP_STRING([--enable-cdrom], [Enable the cdrom subsystem [[default=yes]]]),