author | Sam Lantinga <slouken@libsdl.org> |
Thu, 13 Jun 2002 16:54:43 +0000 | |
changeset 413 | 2a1486305412 |
parent 412 | ac59b067815b |
child 414 | dd56447ef292 |
configure.in | file | annotate | diff | comparison | revisions |
--- 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)