From e2a855666dc319f60b77f8519e1384e5f105b871 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Mon, 18 Jan 2010 14:58:58 +0000 Subject: [PATCH] Removed obsolete checks for ipod Linux --- configure.in | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/configure.in b/configure.in index 4fe81a28a..0e720e38b 100644 --- a/configure.in +++ b/configure.in @@ -2159,17 +2159,6 @@ AC_HELP_STRING([--enable-rpath], [use an rpath when linking SDL [[default=yes]]] 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 ;;