Mercurial > sdl-ios-xcode
comparison configure.in @ 2508:f23cee9e16fc gsoc2008_force_feedback
Fixed some typos preventing SDL from compiling with the haptic dummy driver.
author | Edgar Simo <bobbens@gmail.com> |
---|---|
date | Wed, 09 Jul 2008 16:33:51 +0000 |
parents | 3f80bf1528b4 |
children | 3b54b3a97046 |
comparison
equal
deleted
inserted
replaced
2507:8ef1d0f4d0c1 | 2508:f23cee9e16fc |
---|---|
237 fi | 237 fi |
238 AC_ARG_ENABLE(haptic, | 238 AC_ARG_ENABLE(haptic, |
239 AC_HELP_STRING([--enable-haptic], [Enable the haptic (force feedback) subsystem [[default=yes]]]), | 239 AC_HELP_STRING([--enable-haptic], [Enable the haptic (force feedback) subsystem [[default=yes]]]), |
240 , enable_haptic=yes) | 240 , enable_haptic=yes) |
241 if test x$enable_haptic != xyes; then | 241 if test x$enable_haptic != xyes; then |
242 AC_DEFINE(SDL_HAPTIC_DISABLE) | 242 AC_DEFINE(SDL_HAPTIC_DISABLED) |
243 else | 243 else |
244 SOURCES="$SOURCES $srcdir/src/haptic/*.c" | 244 SOURCES="$SOURCES $srcdir/src/haptic/*.c" |
245 fi | 245 fi |
246 AC_ARG_ENABLE(cdrom, | 246 AC_ARG_ENABLE(cdrom, |
247 AC_HELP_STRING([--enable-cdrom], [Enable the cdrom subsystem [[default=yes]]]), | 247 AC_HELP_STRING([--enable-cdrom], [Enable the cdrom subsystem [[default=yes]]]), |