~ubuntu-branches/ubuntu/natty/cups/natty

« back to all changes in this revision

Viewing changes to config-scripts/cups-dnssd.m4

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2009-09-15 11:30:07 UTC
  • mto: (12.1.3 sid) (14.1.1 sid) (25.1.2 lucid)
  • mto: This revision was merged to the branch mainline in revision 13.
  • Revision ID: james.westby@ubuntu.com-20090915113007-1gngzbskotfxronq
Tags: upstream-1.4.1
ImportĀ upstreamĀ versionĀ 1.4.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
dnl
2
 
dnl "$Id: cups-dnssd.m4 8344 2009-02-10 17:05:35Z mike $"
 
2
dnl "$Id: cups-dnssd.m4 8789 2009-08-28 22:54:34Z mike $"
3
3
dnl
4
4
dnl   DNS Service Discovery (aka Bonjour) stuff for the Common UNIX Printing System (CUPS).
5
5
dnl
43
43
                                AC_MSG_CHECKING(for current version of dns_sd library)
44
44
                                SAVELIBS="$LIBS"
45
45
                                LIBS="$LIBS -ldns_sd"
46
 
                                AC_TRY_COMPILE([#include <dns_sd.h],
 
46
                                AC_TRY_COMPILE([#include <dns_sd.h>],
47
47
                                        [int constant = kDNSServiceFlagsShareConnection;
48
48
                                        unsigned char txtRecord[100];
49
49
                                        uint8_t valueLen;
64
64
AC_SUBST(DNSSD_BACKEND)
65
65
 
66
66
dnl
67
 
dnl End of "$Id: cups-dnssd.m4 8344 2009-02-10 17:05:35Z mike $".
 
67
dnl End of "$Id: cups-dnssd.m4 8789 2009-08-28 22:54:34Z mike $".
68
68
dnl