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 ;;