summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorRishi Srivatsavai <rishisv@gmail.com>2007-12-17 22:09:09 -0800
committerJames Peach <jpeach@samba.org>2007-12-17 22:09:09 -0800
commitbf2c5e2bdeaeee3f157657be701a3e3cba480e15 (patch)
treeddd8cd5e62ad99b1ba1e6fb410923cd7767e88a2 /source3/configure.in
parent2d1b03d67a7218cf2cf0a0f4cf8b49819b39ce23 (diff)
downloadsamba-bf2c5e2bdeaeee3f157657be701a3e3cba480e15.tar.gz
samba-bf2c5e2bdeaeee3f157657be701a3e3cba480e15.tar.bz2
samba-bf2c5e2bdeaeee3f157657be701a3e3cba480e15.zip
Add smbclient support for basic mDNS browsing.
Patch from Rishi Srivatsavai (bugzilla #4150), with tallocification and minor syle changes by me. (This used to be commit db74b99d0ef1a60894c838b4c9d0d454db6cf620)
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/configure.in b/source3/configure.in
index ac60b6f645..6015837a2e 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -6191,6 +6191,7 @@ AC_SUBST(FLAGS1)
AC_ARG_ENABLE(dnssd,
[ --enable-dnssd Enable DNS service discovery support (default=auto)])
+AC_SUBST(DNSSD_LIBS)
if test x"$enable_dnssd" != x"no"; then
have_dnssd_support=yes