]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - config-scripts/cups-dnssd.m4
Sync up with CUPS 1.6svn-r10269 (changes from Zin TOT merged into cups.org TOT)
[thirdparty/cups.git] / config-scripts / cups-dnssd.m4
index fcc4e0040896395dd835ad98d0831c6b544aab53..1999be3ffc519939fcb437793b295c91c85ab9af 100644 (file)
@@ -1,13 +1,9 @@
 dnl
 dnl "$Id: cups-dnssd.m4 7890 2008-08-29 22:19:39Z mike $"
 dnl
-dnl   DNS Service Discovery (aka Bonjour) stuff for the Common UNIX Printing System (CUPS).
+dnl   DNS Service Discovery (aka Bonjour) stuff for CUPS.
 dnl
-dnl   http://www.dns-sd.org
-dnl   http://www.multicastdns.org/
-dnl   http://developer.apple.com/networking/bonjour/
-dnl
-dnl   Copyright 2007-2009 by Apple Inc.
+dnl   Copyright 2007-2011 by Apple Inc.
 dnl
 dnl   These coded instructions, statements, and computer programs are the
 dnl   property of Apple Inc. and are protected by Federal copyright
@@ -43,7 +39,7 @@ if test x$enable_dnssd != xno; then
                                AC_MSG_CHECKING(for current version of dns_sd library)
                                SAVELIBS="$LIBS"
                                LIBS="$LIBS -ldns_sd"
-                               AC_TRY_COMPILE([#include <dns_sd.h],
+                               AC_TRY_COMPILE([#include <dns_sd.h>],
                                        [int constant = kDNSServiceFlagsShareConnection;
                                        unsigned char txtRecord[100];
                                        uint8_t valueLen;