Removed obsolete checks for ipod Linux
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404434
This commit is contained in:
parent
1d8567b304
commit
7613e183a7
1 changed files with 0 additions and 11 deletions
11
configure.in
11
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 ;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue