comparison configure.in @ 3681:be6fe5f0b1db

Removed obsolete checks for ipod Linux
author Sam Lantinga <slouken@libsdl.org>
date Mon, 18 Jan 2010 14:58:58 +0000
parents 8e961ef35d4b
children 47d923feedb0
comparison
equal deleted inserted replaced
3680:7c18b38f0f9a 3681:be6fe5f0b1db
2157 , enable_rpath=yes) 2157 , enable_rpath=yes)
2158 } 2158 }
2159 2159
2160 dnl Set up the configuration based on the host platform! 2160 dnl Set up the configuration based on the host platform!
2161 case "$host" in 2161 case "$host" in
2162 arm-*-elf*) # FIXME: Can we get more specific for iPodLinux?
2163 ARCH=linux
2164 CheckDummyVideo
2165 CheckIPod
2166 # Set up files for the timer library
2167 if test x$enable_timers = xyes; then
2168 AC_DEFINE(SDL_TIMER_UNIX)
2169 SOURCES="$SOURCES $srcdir/src/timer/unix/*.c"
2170 have_timers=yes
2171 fi
2172 ;;
2173 *-*-linux*|*-*-uclinux*|*-*-gnu*|*-*-k*bsd*-gnu|*-*-bsdi*|*-*-freebsd*|*-*-dragonfly*|*-*-netbsd*|*-*-openbsd*|*-*-sysv5*|*-*-solaris*|*-*-hpux*|*-*-irix*|*-*-aix*|*-*-osf*|*-*-minix*) 2162 *-*-linux*|*-*-uclinux*|*-*-gnu*|*-*-k*bsd*-gnu|*-*-bsdi*|*-*-freebsd*|*-*-dragonfly*|*-*-netbsd*|*-*-openbsd*|*-*-sysv5*|*-*-solaris*|*-*-hpux*|*-*-irix*|*-*-aix*|*-*-osf*|*-*-minix*)
2174 case "$host" in 2163 case "$host" in
2175 *-*-linux*) ARCH=linux ;; 2164 *-*-linux*) ARCH=linux ;;
2176 *-*-uclinux*) ARCH=linux ;; 2165 *-*-uclinux*) ARCH=linux ;;
2177 *-*-kfreebsd*-gnu) ARCH=kfreebsd-gnu ;; 2166 *-*-kfreebsd*-gnu) ARCH=kfreebsd-gnu ;;