Commit 37ec7a46 authored by Sam Lantinga's avatar Sam Lantinga

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
parent 69e01437
...@@ -912,8 +912,8 @@ dnl Do the iPod thing ...@@ -912,8 +912,8 @@ dnl Do the iPod thing
CheckIPod() CheckIPod()
{ {
AC_ARG_ENABLE(ipod, AC_ARG_ENABLE(ipod,
AC_HELP_STRING([--enable-ipod], [configure SDL to work with iPodLinux [[default=yes]]]), AC_HELP_STRING([--enable-ipod], [configure SDL to work with iPodLinux [[default=no]]]),
, enable_ipod=yes) , enable_ipod=no)
if test x$enable_ipod = xyes; then if test x$enable_ipod = xyes; then
EXTRA_CFLAGS="$EXTRA_CFLAGS -DIPOD" EXTRA_CFLAGS="$EXTRA_CFLAGS -DIPOD"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment