Mercurial > sdl-ios-xcode
changeset 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 | 50dcaff875f5 |
children | e5f3ff1580f3 |
files | configure.in |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
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