]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - config-scripts/cups-dnssd.m4
Import CUPS 1.4svn-r7908.
[thirdparty/cups.git] / config-scripts / cups-dnssd.m4
index 79997d71f8bc237b540108d46e50430e629b81f9..46b7f39a69ff04beb7aa11e26db40a9e312532b5 100644 (file)
@@ -25,7 +25,7 @@ AC_ARG_WITH(dnssd-includes, [  --with-dnssd-includes   set directory for DNS Ser
        CPPFLAGS="-I$withval $CPPFLAGS",)
 
 DNSSDLIBS=""
-MDNS=""
+DNSSD_BACKEND=""
 
 if test x$enable_dnssd != xno; then
        AC_CHECK_HEADER(dns_sd.h, [
@@ -36,7 +36,7 @@ if test x$enable_dnssd != xno; then
                                AC_DEFINE(HAVE_DNSSD)
                                AC_DEFINE(HAVE_COREFOUNDATION)
                                AC_DEFINE(HAVE_SYSTEMCONFIGURATION)
-                               MDNS="mdns"
+                               DNSSD_BACKEND="dnssd"
                                ;;
                        *)
                                # All others...
@@ -49,7 +49,7 @@ if test x$enable_dnssd != xno; then
 fi
 
 AC_SUBST(DNSSDLIBS)
-AC_SUBST(MDNS)
+AC_SUBST(DNSSD_BACKEND)
 
 dnl
 dnl End of "$Id: cups-dnssd.m4 7585 2008-05-16 23:13:47Z mike $".