author | Sam Lantinga <slouken@libsdl.org> |
Tue, 11 Jun 2002 19:00:11 +0000 | |
changeset 400 | 3dde0301f5f9 |
parent 399 | cfcf6bf1640c |
child 401 | 19f9079728f9 |
configure.in | file | annotate | diff | comparison | revisions |
--- a/configure.in Mon Jun 10 21:39:49 2002 +0000 +++ b/configure.in Tue Jun 11 19:00:11 2002 +0000 @@ -1345,7 +1345,7 @@ fi COPY_ARCH_SRC(src/thread, generic, SDL_syscond_c.h) - elif text x$use_pth = xyes; then + elif test x$use_pth = xyes; then COPY_ARCH_SRC(src/thread, pth, SDL_systhread.c) COPY_ARCH_SRC(src/thread, pth, SDL_systhread_c.h) COPY_ARCH_SRC(src/thread, pth, SDL_sysmutex.c)