Mercurial > sdl-ios-xcode
comparison configure.in @ 2474:3f80bf1528b4 gsoc2008_force_feedback
Properly quit the SDL_haptic subsystem.
Added SDL_Haptic dummy driver.
author | Edgar Simo <bobbens@gmail.com> |
---|---|
date | Sun, 01 Jun 2008 18:46:51 +0000 |
parents | 3f73c88c9abb |
children | f23cee9e16fc |
comparison
equal
deleted
inserted
replaced
2473:20730743769d | 2474:3f80bf1528b4 |
---|---|
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 | |
2584 if test x$have_haptic != xyes; then | |
2585 SOURCES="$SOURCES $srcdir/src/haptic/dummy/*.c" | |
2586 fi | |
2587 fi | |
2583 if test x$have_cdrom != xyes; then | 2588 if test x$have_cdrom != xyes; then |
2584 if test x$enable_cdrom = xyes; then | 2589 if test x$enable_cdrom = xyes; then |
2585 AC_DEFINE(SDL_CDROM_DISABLED) | 2590 AC_DEFINE(SDL_CDROM_DISABLED) |
2586 fi | 2591 fi |
2587 SOURCES="$SOURCES $srcdir/src/cdrom/dummy/*.c" | 2592 SOURCES="$SOURCES $srcdir/src/cdrom/dummy/*.c" |