From c62a7c52336252ab0aea052d92dde109ef92cc19 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Thu, 13 Jun 2002 16:54:43 +0000 Subject: [PATCH] Hmm --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 3f0c99715..a085bd686 100644 --- a/configure.in +++ b/configure.in @@ -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)