# HG changeset patch # User Sam Lantinga # Date 1045847798 0 # Node ID 28f43c832aaaf94a46be6cc509b05c9421ee245d # Parent 50dcaff875f558b2074d889a3a5907db73828998 Fixed building thread code under BSD/OS (thanks Steven!) diff -r 50dcaff875f5 -r 28f43c832aaa configure.in --- a/configure.in Wed Feb 12 15:24:39 2003 +0000 +++ b/configure.in Fri Feb 21 17:16:38 2003 +0000 @@ -1333,6 +1333,8 @@ *-*-bsdi*) COPY_ARCH_SRC(src/thread, bsdi, SDL_syssem.c) COPY_ARCH_SRC(src/thread, generic, SDL_syssem_c.h) + COPY_ARCH_SRC(src/thread, linux, SDL_sysmutex.c) + COPY_ARCH_SRC(src/thread, linux, SDL_sysmutex_c.h) ;; *) if test x$glibc20_pthreads = xyes; then