]> git.pld-linux.org Git - packages/crossmingw32-SDL.git/blame - SDL-lpthread.patch
- now there is alsa on sparc*
[packages/crossmingw32-SDL.git] / SDL-lpthread.patch
CommitLineData
d0bfa241
JB
1--- SDL-1.2.2/configure.in.orig Fri Oct 19 22:09:46 2001
2+++ SDL-1.2.2/configure.in Fri Oct 19 22:16:25 2001
3@@ -979,7 +979,7 @@
4 if test x$use_pthreads = xyes; then
5 CFLAGS="$CFLAGS $pthread_cflags -DSDL_USE_PTHREADS"
6 SDL_CFLAGS="$SDL_CFLAGS $pthread_cflags"
7- SDL_LIBS="$SDL_LIBS $pthread_lib"
8+ SYSTEM_LIBS="$SYSTEM_LIBS $pthread_lib"
9
10 # Check to see if recursive mutexes are available
11 AC_MSG_CHECKING(for recursive mutexes)
This page took 0.089554 seconds and 4 git commands to generate.