comparison configure.in @ 599:28f43c832aaa

Fixed building thread code under BSD/OS (thanks Steven!)
author Sam Lantinga <slouken@libsdl.org>
date Fri, 21 Feb 2003 17:16:38 +0000
parents ab2f31ad5d2c
children 6399f4e90211
comparison
equal deleted inserted replaced
598:50dcaff875f5 599:28f43c832aaa
1331 # We can fake these with semaphores if necessary 1331 # We can fake these with semaphores if necessary
1332 case "$target" in 1332 case "$target" in
1333 *-*-bsdi*) 1333 *-*-bsdi*)
1334 COPY_ARCH_SRC(src/thread, bsdi, SDL_syssem.c) 1334 COPY_ARCH_SRC(src/thread, bsdi, SDL_syssem.c)
1335 COPY_ARCH_SRC(src/thread, generic, SDL_syssem_c.h) 1335 COPY_ARCH_SRC(src/thread, generic, SDL_syssem_c.h)
1336 COPY_ARCH_SRC(src/thread, linux, SDL_sysmutex.c)
1337 COPY_ARCH_SRC(src/thread, linux, SDL_sysmutex_c.h)
1336 ;; 1338 ;;
1337 *) 1339 *)
1338 if test x$glibc20_pthreads = xyes; then 1340 if test x$glibc20_pthreads = xyes; then
1339 COPY_ARCH_SRC(src/thread, generic, SDL_sysmutex.c) 1341 COPY_ARCH_SRC(src/thread, generic, SDL_sysmutex.c)
1340 COPY_ARCH_SRC(src/thread, generic, SDL_sysmutex_c.h) 1342 COPY_ARCH_SRC(src/thread, generic, SDL_sysmutex_c.h)