# HG changeset patch # User Sam Lantinga # Date 1255165168 0 # Node ID 7d60c0ac6aae2638429c3b8b5b8ce3e08014dc12 # Parent 27fe0dd48269816cfd9831e41bc22a786fc9a14d Disable iPodLinux code by default (can be enabled with --enable-ipod) diff -r 27fe0dd48269 -r 7d60c0ac6aae configure.in --- a/configure.in Sat Oct 10 08:56:01 2009 +0000 +++ b/configure.in Sat Oct 10 08:59:28 2009 +0000 @@ -912,8 +912,8 @@ CheckIPod() { AC_ARG_ENABLE(ipod, -AC_HELP_STRING([--enable-ipod], [configure SDL to work with iPodLinux [[default=yes]]]), - , enable_ipod=yes) +AC_HELP_STRING([--enable-ipod], [configure SDL to work with iPodLinux [[default=no]]]), + , enable_ipod=no) if test x$enable_ipod = xyes; then EXTRA_CFLAGS="$EXTRA_CFLAGS -DIPOD"