Mercurial > sdl-ios-xcode
comparison configure.in @ 2509:3b54b3a97046 gsoc2008_force_feedback
Dummy SDL haptic driver finally builds now.
author | Edgar Simo <bobbens@gmail.com> |
---|---|
date | Wed, 09 Jul 2008 17:06:54 +0000 |
parents | f23cee9e16fc |
children | 0e63e7e4a986 |
comparison
equal
deleted
inserted
replaced
2508:f23cee9e16fc | 2509:3b54b3a97046 |
---|---|
2578 if test x$have_joystick != xyes; then | 2578 if test x$have_joystick != xyes; then |
2579 # Wants joystick subsystem, but doesn't have a platform-specific backend... | 2579 # Wants joystick subsystem, but doesn't have a platform-specific backend... |
2580 SOURCES="$SOURCES $srcdir/src/joystick/dummy/*.c" | 2580 SOURCES="$SOURCES $srcdir/src/joystick/dummy/*.c" |
2581 fi | 2581 fi |
2582 fi | 2582 fi |
2583 if test x$enable_haptic = xyes; then | 2583 if test x$have_haptic != xyes; then |
2584 if test x$have_haptic != xyes; then | 2584 if test x$enable_haptic = xyes; then |
2585 AC_DEFINE(SDL_HAPTIC_DISABLED) | |
2586 fi | |
2585 SOURCES="$SOURCES $srcdir/src/haptic/dummy/*.c" | 2587 SOURCES="$SOURCES $srcdir/src/haptic/dummy/*.c" |
2586 fi | |
2587 fi | 2588 fi |
2588 if test x$have_cdrom != xyes; then | 2589 if test x$have_cdrom != xyes; then |
2589 if test x$enable_cdrom = xyes; then | 2590 if test x$enable_cdrom = xyes; then |
2590 AC_DEFINE(SDL_CDROM_DISABLED) | 2591 AC_DEFINE(SDL_CDROM_DISABLED) |
2591 fi | 2592 fi |