Update of /cvsroot/playerstage/code/player
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6209

Modified Files:
        configure.ac 
Log Message:
applied patch [ 1712108 ] Cygwin build fixes



Index: configure.ac
===================================================================
RCS file: /cvsroot/playerstage/code/player/configure.ac,v
retrieving revision 1.95
retrieving revision 1.96
diff -C2 -d -r1.95 -r1.96
*** configure.ac        22 May 2007 16:39:26 -0000      1.95
--- configure.ac        9 Jun 2007 03:49:20 -0000       1.96
***************
*** 52,55 ****
--- 52,58 ----
  AC_C_BIGENDIAN
  
+ AC_ENABLE_SHARED
+ AC_LIBTOOL_DLOPEN
+ AC_LIBTOOL_WIN32_DLL
  AC_PROG_LIBTOOL
  
***************
*** 338,341 ****
--- 341,350 ----
               have_libz=no)
  AM_CONDITIONAL(HAVE_LIBZ, test "x$have_libz" = "xyes")
+ AC_CHECK_LIB(rpc,xdrmem_create,
+              have_librpc=yes
+              AC_DEFINE(HAVE_LIBRPC, 1, [Define to 1 if you have the rpc 
library (-lrpc). ])
+              LIBS="$LIBS -lrpc",
+              have_librpc=no)
+ AM_CONDITIONAL(HAVE_LIBRPC, test "x$have_librpc" = "xyes")
  AC_CHECK_FUNC(compressBound, have_compressBound=yes, have_compressBound=no)
  if test "x$have_compressBound" = "xno"; then


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to