Mercurial > sdl-ios-xcode
changeset 3681:be6fe5f0b1db
Removed obsolete checks for ipod Linux
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 18 Jan 2010 14:58:58 +0000 |
parents | 7c18b38f0f9a |
children | e4009cea0e82 |
files | configure.in |
diffstat | 1 files changed, 0 insertions(+), 11 deletions(-) [+] |
line wrap: on
line diff
--- 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 ;;