This commit is contained in:
Sam Lantinga 2002-06-13 16:54:43 +00:00
parent c471939f85
commit 0b9b370b62

View File

@ -1307,7 +1307,7 @@ CopyUnixThreadSource()
if test x$use_pthreads = xyes -o x$use_clone = xyes; then
# Basic thread creation functions
COPY_ARCH_SRC(src/thread, linux, SDL_systhread.c)
if test x$use_pthreads != xyes; then
if test x$use_clone = xyes; then
COPY_ARCH_SRC(src/thread, linux, clone.S)
fi
COPY_ARCH_SRC(src/thread, linux, SDL_systhread_c.h)