diff 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
line wrap: on
line diff
--- 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)