From 9f50dfb5ce4441c4ce3bfbf4be5aa4e4a38476bd Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 14 Jan 2012 13:47:08 +0100 Subject: s3: ADS support is needed for dns updates Autobuild-User: Volker Lendecke Autobuild-Date: Sat Jan 14 15:32:15 CET 2012 on sn-devel-104 --- source3/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/configure.in b/source3/configure.in index 61ae56729d..3102ad0f41 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -4575,7 +4575,7 @@ if test x"$with_dnsupdate_support" != x"no"; then ################################################################ # first test for AD / GSSAPI support being enabled - if test x"$have_gssapi" != xyes ; then + if test x"$have_gssapi" != xyes -o x"$use_ads" != xyes ; then if test x"$with_dnsupdate_support" = x"yes" ; then AC_MSG_ERROR(DNS Updates support only possible with AD and GSSAPI support) else -- cgit