From 3bf9bbb275a9b70a2407e282ea2ea65add070077 Mon Sep 17 00:00:00 2001 From: Björn Jacke Date: Wed, 20 Jan 2010 00:09:38 +0100 Subject: s3: build with dnsupdate support when possible --- source3/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit