Mercurial > sdl-ios-xcode
changeset 2775:6d7baec32718
We'd never port SDL to Minix... would we? :)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 29 Oct 2008 05:56:23 +0000 |
parents | f63f973ce8ab |
children | caf3d5b2153f |
files | configure.in |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.in Sat Oct 18 04:03:41 2008 +0000 +++ b/configure.in Wed Oct 29 05:56:23 2008 +0000 @@ -2139,7 +2139,7 @@ have_timers=yes fi ;; - *-*-linux*|*-*-uclinux*|*-*-gnu*|*-*-k*bsd*-gnu|*-*-bsdi*|*-*-freebsd*|*-*-dragonfly*|*-*-netbsd*|*-*-openbsd*|*-*-sysv5*|*-*-solaris*|*-*-hpux*|*-*-irix*|*-*-aix*|*-*-osf*) + *-*-linux*|*-*-uclinux*|*-*-gnu*|*-*-k*bsd*-gnu|*-*-bsdi*|*-*-freebsd*|*-*-dragonfly*|*-*-netbsd*|*-*-openbsd*|*-*-sysv5*|*-*-solaris*|*-*-hpux*|*-*-irix*|*-*-aix*|*-*-osf*|*-*-minix*) case "$host" in *-*-linux*) ARCH=linux ;; *-*-uclinux*) ARCH=linux ;; @@ -2158,6 +2158,7 @@ *-*-irix*) ARCH=irix ;; *-*-aix*) ARCH=aix ;; *-*-osf*) ARCH=osf ;; + *-*-minix*) ARCH=minix ;; esac CheckVisibilityHidden CheckDummyVideo