Skip to content

Commit

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

0 comments on commit c62a7c5

Please sign in to comment.