Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
*** empty log message ***
  • Loading branch information
slouken committed Jun 11, 2002
1 parent cb779fd commit 7c7dc84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.in
Expand Up @@ -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)
Expand Down

0 comments on commit 7c7dc84

Please sign in to comment.