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
This commit is contained in:
Sam Lantinga 2009-10-10 08:59:28 +00:00
parent 69e01437c8
commit 37ec7a4604

View file

@ -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"