comparison configure.in @ 3104:86ea6c073d87

Fixed undefined references to joystick code
author Sam Lantinga <slouken@libsdl.org>
date Fri, 03 Apr 2009 13:35:05 +0000
parents 82e60908fab1
children df2bb5735822
comparison
equal deleted inserted replaced
3103:7be21a78777e 3104:86ea6c073d87
2914 ;; 2914 ;;
2915 esac 2915 esac
2916 2916
2917 # Verify that we have all the platform specific files we need 2917 # Verify that we have all the platform specific files we need
2918 2918
2919 if test x$enable_joystick = xyes; then 2919 if test x$have_joystick != xyes; then
2920 if test x$have_joystick != xyes; then 2920 if test x$enable_joystick = xyes; then
2921 AC_DEFINE(SDL_JOYSTICK_DISABLED) 2921 AC_DEFINE(SDL_JOYSTICK_DISABLED)
2922 fi 2922 fi
2923 SOURCES="$SOURCES $srcdir/src/joystick/dummy/*.c" 2923 SOURCES="$SOURCES $srcdir/src/joystick/dummy/*.c"
2924 fi 2924 fi
2925 if test x$have_haptic != xyes; then 2925 if test x$have_haptic != xyes; then