mirror of
https://github.com/samba-team/samba.git
synced 2025-02-04 17:47:26 +03:00
Disable dns_sd by default
This commit is contained in:
parent
a4cc3e2538
commit
dfa93041ab
@ -5973,10 +5973,10 @@ AC_SUBST(FLAGS1)
|
||||
# Check if user wants DNS service discovery support
|
||||
|
||||
AC_ARG_ENABLE(dnssd,
|
||||
[AS_HELP_STRING([--enable-dnssd], [Enable DNS service discovery support (default=auto)])])
|
||||
[AS_HELP_STRING([--enable-dnssd], [Enable DNS service discovery support (default=no)])])
|
||||
|
||||
AC_SUBST(DNSSD_LIBS)
|
||||
if test x"$enable_dnssd" != x"no"; then
|
||||
if test x"$enable_dnssd" == x"yes"; then
|
||||
have_dnssd_support=yes
|
||||
|
||||
AC_CHECK_HEADERS(dns_sd.h)
|
||||
|
Loading…
x
Reference in New Issue
Block a user