Commit 112e0b2c authored by Sam Lantinga's avatar Sam Lantinga

Fix for expression error by Torsten Giebl - Thanks! :)

--HG--
branch : SDL-1.2
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%403870
parent 5556bfb1
...@@ -898,7 +898,7 @@ dnl Do the iPod thing ...@@ -898,7 +898,7 @@ 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 on arm-elf]]), AC_HELP_STRING([--enable-ipod], [configure SDL to work with iPodLinux [[default=yes]]]),
, enable_ipod=yes) , enable_ipod=yes)
if test x$enable_ipod = xyes; then if test x$enable_ipod = xyes; then
......
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