Mercurial > sdl-ios-xcode
comparison configure.in @ 4227:c5ee6a0d7916 SDL-1.2
Fix for expression error by Torsten Giebl - Thanks! :)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 21 Sep 2009 11:48:03 +0000 |
parents | c56391324e59 |
children | 68ee433ec474 |
comparison
equal
deleted
inserted
replaced
4226:dbdf8b108e31 | 4227:c5ee6a0d7916 |
---|---|
896 | 896 |
897 dnl Do the iPod thing | 897 dnl Do the iPod thing |
898 CheckIPod() | 898 CheckIPod() |
899 { | 899 { |
900 AC_ARG_ENABLE(ipod, | 900 AC_ARG_ENABLE(ipod, |
901 AC_HELP_STRING([--enable-ipod], [configure SDL to work with iPodLinux [default=yes on arm-elf]]), | 901 AC_HELP_STRING([--enable-ipod], [configure SDL to work with iPodLinux [[default=yes]]]), |
902 , enable_ipod=yes) | 902 , enable_ipod=yes) |
903 | 903 |
904 if test x$enable_ipod = xyes; then | 904 if test x$enable_ipod = xyes; then |
905 EXTRA_CFLAGS="$EXTRA_CFLAGS -DIPOD" | 905 EXTRA_CFLAGS="$EXTRA_CFLAGS -DIPOD" |
906 AC_DEFINE(SDL_VIDEO_DRIVER_IPOD) | 906 AC_DEFINE(SDL_VIDEO_DRIVER_IPOD) |