Mercurial > sdl-ios-xcode
diff configure.in @ 599:28f43c832aaa
Fixed building thread code under BSD/OS (thanks Steven!)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 21 Feb 2003 17:16:38 +0000 |
parents | ab2f31ad5d2c |
children | 6399f4e90211 |
line wrap: on
line diff
--- 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