Mercurial > sdl-ios-xcode
comparison configure.in @ 321:af42e7c4c860
Fixes for GNU pthreads from Patrice
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 30 Mar 2002 18:53:23 +0000 |
parents | 0910a3034576 |
children | 1d74ddc90cb2 |
comparison
equal
deleted
inserted
replaced
320:66f815c147ed | 321:af42e7c4c860 |
---|---|
1260 AC_PATH_PROG(PTH_CONFIG, pth-config, no) | 1260 AC_PATH_PROG(PTH_CONFIG, pth-config, no) |
1261 if test "$PTH_CONFIG" = "no"; then | 1261 if test "$PTH_CONFIG" = "no"; then |
1262 use_pth=no | 1262 use_pth=no |
1263 else | 1263 else |
1264 PTH_CFLAGS=`$PTH_CONFIG --cflags` | 1264 PTH_CFLAGS=`$PTH_CONFIG --cflags` |
1265 PTH_LIBS=`$PTH_CONFIG --libs` | 1265 PTH_LIBS=`$PTH_CONFIG --libs --all` |
1266 SDL_CFLAGS="$SDL_CFLAGS $PTH_CFLAGS" | 1266 SDL_CFLAGS="$SDL_CFLAGS $PTH_CFLAGS" |
1267 SDL_LIBS="$SDL_LIBS $PTH_LIBS" | 1267 SDL_LIBS="$SDL_LIBS $PTH_LIBS" |
1268 use_pth=yes | 1268 use_pth=yes |
1269 fi | 1269 fi |
1270 AC_MSG_CHECKING(pth) | 1270 AC_MSG_CHECKING(pth) |