diff options
author | Björn Jacke <bj@sernet.de> | 2010-01-20 00:09:38 +0100 |
---|---|---|
committer | Björn Jacke <bj@sernet.de> | 2010-01-20 00:09:38 +0100 |
commit | 3bf9bbb275a9b70a2407e282ea2ea65add070077 (patch) | |
tree | 17b728738c5e7ed2563f90977381b42691d81a6f | |
parent | 18943bba9c927578201b67e2384568b9789e7c5c (diff) | |
download | samba-3bf9bbb275a9b70a2407e282ea2ea65add070077.tar.gz samba-3bf9bbb275a9b70a2407e282ea2ea65add070077.tar.bz2 samba-3bf9bbb275a9b70a2407e282ea2ea65add070077.zip |
s3: build with dnsupdate support when possible
-rw-r--r-- | source3/configure.in | 2 |
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, |