# HG changeset patch # User Sam Lantinga # Date 1023822011 0 # Node ID 3dde0301f5f997ce9b56dad22b75e72b292c638b # Parent cfcf6bf1640cbfdb2912bda114656653fabcfccc *** empty log message *** diff -r cfcf6bf1640c -r 3dde0301f5f9 configure.in --- 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)