~ubuntu-branches/ubuntu/vivid/pike7.8/vivid

« back to all changes in this revision

Viewing changes to src/modules/_Protocols_DNS_SD/configure.in

  • Committer: Package Import Robot
  • Author(s): Magnus Holmgren
  • Date: 2013-06-08 20:15:11 UTC
  • Revision ID: package-import@ubuntu.com-20130608201511-4wjx24cyo5ae9nia
Tags: 7.8.700-7
* Correct the Replaces and Breaks declarations related to moving
  Tools.PV (Closes: #711593).
* Also move compatibility Image module to pike7.8-image.
* Modify package descriptions noting what modules are in each package
  and that the Postgres module is deprecated.
* Update Vcs-Browser URL.
* Actually apply undefined_htons.patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
 
13
13
  PIKE_FEATURE(DNS-SD,[no (dns_sd.h or howl.h not found)])
14
14
 
15
 
  AC_CHECK_HEADERS(dns_sd.h howl.h)
 
15
  AC_CHECK_HEADERS(dns_sd.h howl.h netinet/in.h arpa/inet.h)
16
16
  
17
17
  if test x$ac_cv_header_dns_sd_h = xyes; then
18
18
    PIKE_FEATURE(DNS-SD,[no (libdns_sd not found)])