*** empty log message ***

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40401
This commit is contained in:
Sam Lantinga 2002-06-11 19:00:11 +00:00
parent 6bfa9cc348
commit 954076bfef

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)