# HG changeset patch # User Sam Lantinga # Date 1263826738 0 # Node ID be6fe5f0b1dbf063d811fba870addd0730013e65 # Parent 7c18b38f0f9a2338194797070a28eede6a013583 Removed obsolete checks for ipod Linux diff -r 7c18b38f0f9a -r be6fe5f0b1db configure.in --- a/configure.in Mon Jan 18 14:57:41 2010 +0000 +++ b/configure.in Mon Jan 18 14:58:58 2010 +0000 @@ -2159,17 +2159,6 @@ dnl Set up the configuration based on the host platform! case "$host" in - arm-*-elf*) # FIXME: Can we get more specific for iPodLinux? - ARCH=linux - CheckDummyVideo - CheckIPod - # Set up files for the timer library - if test x$enable_timers = xyes; then - AC_DEFINE(SDL_TIMER_UNIX) - SOURCES="$SOURCES $srcdir/src/timer/unix/*.c" - have_timers=yes - fi - ;; *-*-linux*|*-*-uclinux*|*-*-gnu*|*-*-k*bsd*-gnu|*-*-bsdi*|*-*-freebsd*|*-*-dragonfly*|*-*-netbsd*|*-*-openbsd*|*-*-sysv5*|*-*-solaris*|*-*-hpux*|*-*-irix*|*-*-aix*|*-*-osf*|*-*-minix*) case "$host" in *-*-linux*) ARCH=linux ;;