Update of /cvsroot/playerstage/code/player
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17854
Modified Files:
Tag: release-2-0-patches
configure.ac
Log Message:
made -lltdl optional, applied wbr914 patch
Index: configure.ac
===================================================================
RCS file: /cvsroot/playerstage/code/player/configure.ac,v
retrieving revision 1.60.2.6
retrieving revision 1.60.2.7
diff -C2 -d -r1.60.2.6 -r1.60.2.7
*** configure.ac 7 Jun 2006 19:03:49 -0000 1.60.2.6
--- configure.ac 5 Jul 2006 22:42:22 -0000 1.60.2.7
***************
*** 378,385 ****
AC_CHECK_LIB(ltdl, lt_dlopenext,
have_libltdl=yes
AC_DEFINE(HAVE_LIBLTDL, 1, [Define to 1 if you have the ltdl
library (-lltdl). ])
LIBS="$LIBS -lltdl -ldl",
! have_libltdl=no,
[-ldl])
AC_CHECK_LIB(c_r, pthread_create,
[LIBS="-lc_r -lpthread $LIBS"],[LIBS="-lpthread $LIBS"])
--- 378,388 ----
AC_CHECK_LIB(ltdl, lt_dlopenext,
have_libltdl=yes
+ LIBLTDL_FLAG=-lltdl
AC_DEFINE(HAVE_LIBLTDL, 1, [Define to 1 if you have the ltdl
library (-lltdl). ])
LIBS="$LIBS -lltdl -ldl",
! have_libltdl=no
! LIBLTDL_FLAG=,
[-ldl])
+ AC_SUBST(LIBLTDL_FLAG)
AC_CHECK_LIB(c_r, pthread_create,
[LIBS="-lc_r -lpthread $LIBS"],[LIBS="-lpthread $LIBS"])
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit