Skip to content

Commit

Permalink
Fix for expression error by Torsten Giebl - Thanks! :)
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Sep 21, 2009
1 parent 6660797 commit aba6200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.in
Expand Up @@ -898,7 +898,7 @@ dnl Do the iPod thing
CheckIPod()
{
AC_ARG_ENABLE(ipod,
AC_HELP_STRING([--enable-ipod], [configure SDL to work with iPodLinux [default=yes on arm-elf]]),
AC_HELP_STRING([--enable-ipod], [configure SDL to work with iPodLinux [[default=yes]]]),
, enable_ipod=yes)

if test x$enable_ipod = xyes; then
Expand Down

0 comments on commit aba6200

Please sign in to comment.