From 37ec7a4604ea6a3197e02bfd68c96b5e8d1c9b93 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) --HG-- branch : SDL-1.2 extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%404015 --- 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"