From 2aa8c097cda39985df11b7e3e19d07b8ddb1e927 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sat, 10 Oct 2009 08:59:28 +0000 Subject: [PATCH] Disable iPodLinux code by default (can be enabled with --enable-ipod) --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 4b88f56ad..93a6b3fb0 100644 --- a/configure.in +++ b/configure.in @@ -912,8 +912,8 @@ dnl Do the iPod thing 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"