Skip to content

Commit

Permalink
Fixed building thread code under BSD/OS (thanks Steven!)
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Feb 21, 2003
1 parent 028af51 commit 21b2c90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configure.in
Expand Up @@ -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
Expand Down

0 comments on commit 21b2c90

Please sign in to comment.