From: Michael R Sweet Date: Wed, 28 Oct 2020 16:29:22 +0000 (-0400) Subject: Fix dnssd (mDNSResponder) on non-Apple platforms, fix from CUPS Apple #5846. X-Git-Tag: v2.3.3op1~56 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=327816a7b3717a1550a3269a8ebd09bd44850a03;p=thirdparty%2Fcups.git Fix dnssd (mDNSResponder) on non-Apple platforms, fix from CUPS Apple #5846. --- diff --git a/config-scripts/cups-dnssd.m4 b/config-scripts/cups-dnssd.m4 index b36cafd065..0c272bf931 100644 --- a/config-scripts/cups-dnssd.m4 +++ b/config-scripts/cups-dnssd.m4 @@ -60,9 +60,9 @@ if test "x$DNSSD_BACKEND" = x -a x$enable_dnssd != xno; then AC_MSG_RESULT(yes) AC_DEFINE(HAVE_DNSSD) DNSSDLIBS="-ldns_sd" - DNSSD_BACKEND="dnssd", + DNSSD_BACKEND="dnssd" IPPFIND_BIN="ippfind" - IPPFIND_MAN="ippfind.1" + IPPFIND_MAN="ippfind.1", AC_MSG_RESULT(no)) LIBS="$SAVELIBS" ;; diff --git a/configure b/configure index 07bbb4be74..a8eef68cae 100755 --- a/configure +++ b/configure @@ -8970,10 +8970,10 @@ $as_echo "yes" >&6; } DNSSDLIBS="-ldns_sd" DNSSD_BACKEND="dnssd" -else - IPPFIND_BIN="ippfind" + IPPFIND_BIN="ippfind" IPPFIND_MAN="ippfind.1" - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext