You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
356 B
10 lines
356 B
15 years ago
|
if test "$have_libdns_sd" = "no"; then
|
||
|
echo ""
|
||
|
echo "You're missing Apple mDNSResponder 85 or later, therefore"
|
||
|
echo "dnssd will be compiled as stub, without any real functionality."
|
||
|
echo "If you want zeroconf support (www.zeroconf.org), you should install mDNSResponder first."
|
||
|
echo "See dnssd/INSTALL for details."
|
||
|
echo ""
|
||
|
all_tests=bad
|
||
|
fi
|