Update of /cvsroot/playerstage/code/player
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7087
Modified Files:
configure.ac
Log Message:
took out -lpthread for client build
Index: configure.ac
===================================================================
RCS file: /cvsroot/playerstage/code/player/configure.ac,v
retrieving revision 1.76
retrieving revision 1.77
diff -C2 -d -r1.76 -r1.77
*** configure.ac 31 May 2006 19:08:25 -0000 1.76
--- configure.ac 7 Jun 2006 16:17:40 -0000 1.77
***************
*** 301,305 ****
if test "x$ax_cv_boost_thread" = "xyes"; then
PLAYERCC_EXTRA_CFLAGS="$PLAYERCC_EXTRA_CFLAGS
-D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT"
! PLAYERCC_LIB="$PLAYERCC_LIB -l$BOOST_THREAD_LIB -lpthread"
fi
if test "x$ax_cv_boost_signal" = "xyes"; then
--- 301,305 ----
if test "x$ax_cv_boost_thread" = "xyes"; then
PLAYERCC_EXTRA_CFLAGS="$PLAYERCC_EXTRA_CFLAGS
-D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT"
! PLAYERCC_LIB="$PLAYERCC_LIB -l$BOOST_THREAD_LIB"
fi
if test "x$ax_cv_boost_signal" = "xyes"; then
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit