equal
deleted
inserted
replaced
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 |