comparison configure.in @ 400:3dde0301f5f9

*** empty log message ***
author Sam Lantinga <slouken@libsdl.org>
date Tue, 11 Jun 2002 19:00:11 +0000
parents cfcf6bf1640c
children 19f9079728f9
comparison
equal deleted inserted replaced
399:cfcf6bf1640c 400:3dde0301f5f9
1343 else 1343 else
1344 COPY_ARCH_SRC(src/thread, linux, SDL_syscond.c) 1344 COPY_ARCH_SRC(src/thread, linux, SDL_syscond.c)
1345 fi 1345 fi
1346 COPY_ARCH_SRC(src/thread, generic, SDL_syscond_c.h) 1346 COPY_ARCH_SRC(src/thread, generic, SDL_syscond_c.h)
1347 1347
1348 elif text x$use_pth = xyes; then 1348 elif test x$use_pth = xyes; then
1349 COPY_ARCH_SRC(src/thread, pth, SDL_systhread.c) 1349 COPY_ARCH_SRC(src/thread, pth, SDL_systhread.c)
1350 COPY_ARCH_SRC(src/thread, pth, SDL_systhread_c.h) 1350 COPY_ARCH_SRC(src/thread, pth, SDL_systhread_c.h)
1351 COPY_ARCH_SRC(src/thread, pth, SDL_sysmutex.c) 1351 COPY_ARCH_SRC(src/thread, pth, SDL_sysmutex.c)
1352 COPY_ARCH_SRC(src/thread, pth, SDL_sysmutex_c.h) 1352 COPY_ARCH_SRC(src/thread, pth, SDL_sysmutex_c.h)
1353 COPY_ARCH_SRC(src/thread, pth, SDL_syscond.c) 1353 COPY_ARCH_SRC(src/thread, pth, SDL_syscond.c)