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

Modified Files:
        configure.ac 
Log Message:
fixed server-server comms (again)

Index: configure.ac
===================================================================
RCS file: /cvsroot/playerstage/code/player/configure.ac,v
retrieving revision 1.112
retrieving revision 1.113
diff -C2 -d -r1.112 -r1.113
*** configure.ac        7 Dec 2007 23:59:39 -0000       1.112
--- configure.ac        11 Dec 2007 01:58:01 -0000      1.113
***************
*** 374,383 ****
  dnl Look for the dns_sd header.  If it's present, we conclude that we can
  dnl build dns_sd code.
! AC_CHECK_HEADER(dns_sd.h,
                  have_dnssd=yes
                  AC_DEFINE(HAVE_PLAYERSD, 1, [Define to 1 if libplayersd is 
being built. ]),
                  have_dnssd=no)
- AM_CONDITIONAL(HAVE_DNS_SD_H, test "x$have_dnssd" = "xyes")
- AM_CONDITIONAL(HAVE_PLAYERSD, test "x$have_dnssd" = "xyes")
  dnl Also look for DNSServiceRefDeallocate in libdns_sd.  Some systems
  dnl require linking against this lib, others don't
--- 374,383 ----
  dnl Look for the dns_sd header.  If it's present, we conclude that we can
  dnl build dns_sd code.
! have_dnssd=no
! AC_ARG_ENABLE(playersd, [  --enable-playersd         Build libplayersd 
(service discovery)],
! [ AC_CHECK_HEADER(dns_sd.h,
                  have_dnssd=yes
                  AC_DEFINE(HAVE_PLAYERSD, 1, [Define to 1 if libplayersd is 
being built. ]),
                  have_dnssd=no)
  dnl Also look for DNSServiceRefDeallocate in libdns_sd.  Some systems
  dnl require linking against this lib, others don't
***************
*** 387,391 ****
               LIBS="$LIBS -ldns_sd",
               EXTRA_DNS_SD_LIBS="")
! AC_SUBST(EXTRA_DNS_SD_LIBS)
  
  dnl Look for compress2 and compressBound in libz
--- 387,395 ----
               LIBS="$LIBS -ldns_sd",
               EXTRA_DNS_SD_LIBS="")
! AC_SUBST(EXTRA_DNS_SD_LIBS) ],
! enable_playersd=no)
! AM_CONDITIONAL(HAVE_DNS_SD_H, test "x$have_dnssd" = "xyes")
! AM_CONDITIONAL(HAVE_PLAYERSD, test "x$have_dnssd" = "xyes")
! 
  
  dnl Look for compress2 and compressBound in libz


-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to