Update of /cvsroot/playerstage/code/player
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9714
Modified Files:
configure.ac
Log Message:
fixed up build, added auto registration to server
Index: configure.ac
===================================================================
RCS file: /cvsroot/playerstage/code/player/configure.ac,v
retrieving revision 1.108
retrieving revision 1.109
diff -C2 -d -r1.108 -r1.109
*** configure.ac 25 Sep 2007 23:53:50 -0000 1.108
--- configure.ac 26 Sep 2007 23:07:44 -0000 1.109
***************
*** 374,379 ****
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,have_dnssd=no)
AM_CONDITIONAL(HAVE_DNS_SD_H, 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.
! 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
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit