Update of /cvsroot/playerstage/code/player
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28419
Modified Files:
configure.ac
Log Message:
made -ltdl dependent on configure-time check
Index: configure.ac
===================================================================
RCS file: /cvsroot/playerstage/code/player/configure.ac,v
retrieving revision 1.77
retrieving revision 1.78
diff -C2 -d -r1.77 -r1.78
*** configure.ac 7 Jun 2006 16:17:40 -0000 1.77
--- configure.ac 5 Jul 2006 17:03:38 -0000 1.78
***************
*** 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=-ltdl
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