]> git.pld-linux.org Git - packages/crossmingw32-SDL.git/blob - SDL-lpthread.patch
5d01b01fa067b1086c21da1c2a4d427446f59049
[packages/crossmingw32-SDL.git] / SDL-lpthread.patch
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.044462 seconds and 2 git commands to generate.