From 21b2c9067fd76d0e233bdcd9072c6a00979638a5 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Fri, 21 Feb 2003 17:16:38 +0000 Subject: [PATCH] Fixed building thread code under BSD/OS (thanks Steven!) --- configure.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.in b/configure.in index f6819d28a..b40ec6132 100644 --- a/configure.in +++ b/configure.in @@ -1333,6 +1333,8 @@ CopyUnixThreadSource() *-*-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