# HG changeset patch # User Sam Lantinga # Date 1023987283 0 # Node ID 2a1486305412455a863a3bf99f791100febc390b # Parent ac59b067815b7a130085660dc3924b14c80e7d47 Hmm diff -r ac59b067815b -r 2a1486305412 configure.in --- a/configure.in Thu Jun 13 16:54:38 2002 +0000 +++ b/configure.in Thu Jun 13 16:54:43 2002 +0000 @@ -1307,7 +1307,7 @@ 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)