Mercurial > sdl-ios-xcode
comparison configure.in @ 4298:7d60c0ac6aae SDL-1.2
Disable iPodLinux code by default (can be enabled with --enable-ipod)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 10 Oct 2009 08:59:28 +0000 |
parents | f9fb7284991d |
children | 602642738b83 |
comparison
equal
deleted
inserted
replaced
4297:27fe0dd48269 | 4298:7d60c0ac6aae |
---|---|
910 | 910 |
911 dnl Do the iPod thing | 911 dnl Do the iPod thing |
912 CheckIPod() | 912 CheckIPod() |
913 { | 913 { |
914 AC_ARG_ENABLE(ipod, | 914 AC_ARG_ENABLE(ipod, |
915 AC_HELP_STRING([--enable-ipod], [configure SDL to work with iPodLinux [[default=yes]]]), | 915 AC_HELP_STRING([--enable-ipod], [configure SDL to work with iPodLinux [[default=no]]]), |
916 , enable_ipod=yes) | 916 , enable_ipod=no) |
917 | 917 |
918 if test x$enable_ipod = xyes; then | 918 if test x$enable_ipod = xyes; then |
919 EXTRA_CFLAGS="$EXTRA_CFLAGS -DIPOD" | 919 EXTRA_CFLAGS="$EXTRA_CFLAGS -DIPOD" |
920 AC_DEFINE(SDL_VIDEO_DRIVER_IPOD) | 920 AC_DEFINE(SDL_VIDEO_DRIVER_IPOD) |
921 SOURCES="$SOURCES $srcdir/src/video/ipod/*.c" | 921 SOURCES="$SOURCES $srcdir/src/video/ipod/*.c" |