summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorBjörn Jacke <bj@sernet.de>2010-01-20 00:09:38 +0100
committerBjörn Jacke <bj@sernet.de>2010-01-20 00:09:38 +0100
commit3bf9bbb275a9b70a2407e282ea2ea65add070077 (patch)
tree17b728738c5e7ed2563f90977381b42691d81a6f /source3/configure.in
parent18943bba9c927578201b67e2384568b9789e7c5c (diff)
downloadsamba-3bf9bbb275a9b70a2407e282ea2ea65add070077.tar.gz
samba-3bf9bbb275a9b70a2407e282ea2ea65add070077.tar.bz2
samba-3bf9bbb275a9b70a2407e282ea2ea65add070077.zip
s3: build with dnsupdate support when possible
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in
index d17cdac846..529cc4df71 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -4200,7 +4200,7 @@ PASSDB_LIBS="$PASSDB_LIBS $NSCD_LIBS"
########################################################
# Compile with DNS Updates support?
-with_dnsupdate_support=no
+with_dnsupdate_support=auto
AC_MSG_CHECKING([whether to enable DNS Updates support])
AC_ARG_WITH(dnsupdate,