Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fix for expression error by Torsten Giebl - Thanks! :)
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
configure.in
|
@@ -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 |
|
|