# HG changeset patch # User Ryan C. Gordon # Date 1175682607 0 # Node ID f8cc7c7ccf958812d4c96738dc8929507e91ec86 # Parent 3b5c908891561fb9a748578b4bf20c4afcb96cf7 Crap, put this patch in the wrong place. THIS fixes Bugzilla #403. :/ diff -r 3b5c90889156 -r f8cc7c7ccf95 configure.in --- 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]]]),