# HG changeset patch # User Sam Lantinga # Date 1253533683 0 # Node ID c5ee6a0d79168152598b9ffd931c5b10c7f9d631 # Parent dbdf8b108e31c0879444dac87480a7ea5136aa24 Fix for expression error by Torsten Giebl - Thanks! :) diff -r dbdf8b108e31 -r c5ee6a0d7916 configure.in --- 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