Mercurial > sdl-ios-xcode
comparison configure.in @ 42:eb1459f3a3ae
*** empty log message ***
author | Sam Lantinga <slouken@lokigames.com> |
---|---|
date | Sun, 27 May 2001 00:38:26 +0000 |
parents | 8de9e8baaecc |
children | 8cc154626be9 |
comparison
equal
deleted
inserted
replaced
41:8de9e8baaecc | 42:eb1459f3a3ae |
---|---|
1282 # Set up files for the timer library | 1282 # Set up files for the timer library |
1283 if test x$enable_timers = xyes; then | 1283 if test x$enable_timers = xyes; then |
1284 COPY_ARCH_SRC(src/timer, linux, SDL_systimer.c) | 1284 COPY_ARCH_SRC(src/timer, linux, SDL_systimer.c) |
1285 fi | 1285 fi |
1286 # NetBSD does not define "unix" | 1286 # NetBSD does not define "unix" |
1287 CFLAGS="$CFLAGS -Dunix -D_POSIX_THREAD_SYSCALL_SOFT=1" | 1287 CFLAGS="$CFLAGS -Dunix" |
1288 ;; | 1288 ;; |
1289 *-*-openbsd*) | 1289 *-*-openbsd*) |
1290 ARCH=openbsd | 1290 ARCH=openbsd |
1291 CheckDummyVideo | 1291 CheckDummyVideo |
1292 CheckNASM | 1292 CheckNASM |