From aba6200af59b98e7074d1376af5881dfdb086bba Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Mon, 21 Sep 2009 11:48:03 +0000 Subject: [PATCH] Fix for expression error by Torsten Giebl - Thanks! :) --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index f7b2de84a..3b6f296da 100644 --- a/configure.in +++ b/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