changeset 4227:c5ee6a0d7916 SDL-1.2

Fix for expression error by Torsten Giebl - Thanks! :)
author Sam Lantinga <slouken@libsdl.org>
date Mon, 21 Sep 2009 11:48:03 +0000
parents dbdf8b108e31
children 098dfc876bba
files configure.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Mon Sep 21 11:34:50 2009 +0000
+++ b/configure.in	Mon Sep 21 11:48:03 2009 +0000
@@ -898,7 +898,7 @@
 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