*** empty log message ***

This commit is contained in:
Sam Lantinga
2002-06-11 19:00:11 +00:00
parent ee24461670
commit 11437e0ed8

View File

@@ -1345,7 +1345,7 @@ CopyUnixThreadSource()
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)