comparison configure.in @ 413:2a1486305412

Hmm
author Sam Lantinga <slouken@libsdl.org>
date Thu, 13 Jun 2002 16:54:43 +0000
parents 173909e17b7f
children 104f32d04cd1
comparison
equal deleted inserted replaced
412:ac59b067815b 413:2a1486305412
1305 CopyUnixThreadSource() 1305 CopyUnixThreadSource()
1306 { 1306 {
1307 if test x$use_pthreads = xyes -o x$use_clone = xyes; then 1307 if test x$use_pthreads = xyes -o x$use_clone = xyes; then
1308 # Basic thread creation functions 1308 # Basic thread creation functions
1309 COPY_ARCH_SRC(src/thread, linux, SDL_systhread.c) 1309 COPY_ARCH_SRC(src/thread, linux, SDL_systhread.c)
1310 if test x$use_pthreads != xyes; then 1310 if test x$use_clone = xyes; then
1311 COPY_ARCH_SRC(src/thread, linux, clone.S) 1311 COPY_ARCH_SRC(src/thread, linux, clone.S)
1312 fi 1312 fi
1313 COPY_ARCH_SRC(src/thread, linux, SDL_systhread_c.h) 1313 COPY_ARCH_SRC(src/thread, linux, SDL_systhread_c.h)
1314 1314
1315 # Semaphores 1315 # Semaphores