]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - config-scripts/cups-dnssd.m4
Merge changes from CUPS 1.6svn-r10510.
[thirdparty/cups.git] / config-scripts / cups-dnssd.m4
index 3ed91f79bdf0b192d964669fa31455a3dc8edf04..426637a20e74cf120a8b5ab0dff17ada7bab0f45 100644 (file)
@@ -43,8 +43,6 @@ if test "x$DNSSD_BACKEND" = x -a x$enable_dnssd != xno; then
                        Darwin*)
                                # Darwin and MacOS X...
                                AC_DEFINE(HAVE_DNSSD)
-                               AC_DEFINE(HAVE_COREFOUNDATION)
-                               AC_DEFINE(HAVE_SYSTEMCONFIGURATION)
                                DNSSDLIBS="-framework CoreFoundation -framework SystemConfiguration"
                                DNSSD_BACKEND="dnssd"
                                ;;