Mercurial > sdl-ios-xcode
comparison configure.in @ 1396:428c8690cf73
Add missing include directories
author | Patrice Mandin <patmandin@gmail.com> |
---|---|
date | Mon, 20 Feb 2006 20:53:52 +0000 |
parents | cd3362657144 |
children | b189a73aa335 |
comparison
equal
deleted
inserted
replaced
1395:4eb8c66ce282 | 1396:428c8690cf73 |
---|---|
2272 AC_DEFINE(SDL_TIMER_UNIX) | 2272 AC_DEFINE(SDL_TIMER_UNIX) |
2273 SOURCES="$SOURCES $srcdir/src/timer/unix/*.c" | 2273 SOURCES="$SOURCES $srcdir/src/timer/unix/*.c" |
2274 else | 2274 else |
2275 AC_DEFINE(SDL_TIMER_MINT) | 2275 AC_DEFINE(SDL_TIMER_MINT) |
2276 SOURCES="$SOURCES $srcdir/src/timer/mint/*.c" | 2276 SOURCES="$SOURCES $srcdir/src/timer/mint/*.c" |
2277 BUILD_CFLAGS="$BUILD_CFLAGS -I$srcdir/src/timer/mint" | |
2277 fi | 2278 fi |
2278 have_timers=yes | 2279 have_timers=yes |
2279 fi | 2280 fi |
2280 # MiNT does not define "unix" | 2281 # MiNT does not define "unix" |
2281 BUILD_CFLAGS="$BUILD_CFLAGS -Dunix" | 2282 BUILD_CFLAGS="$BUILD_CFLAGS -Dunix" |
2283 BUILD_CFLAGS="$BUILD_CFLAGS -I$srcdir/src/video/ataricommon" | |
2282 ;; | 2284 ;; |
2283 *-riscos) | 2285 *-riscos) |
2284 ARCH=riscos | 2286 ARCH=riscos |
2285 CheckOSS | 2287 CheckOSS |
2286 CheckPTHREAD | 2288 CheckPTHREAD |