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:
parent
69e01437c8
commit
37ec7a4604
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue