summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2012-01-14 13:47:08 +0100
committerVolker Lendecke <vlendec@samba.org>2012-01-14 15:32:13 +0100
commit9f50dfb5ce4441c4ce3bfbf4be5aa4e4a38476bd (patch)
tree2cb3a8da2e59f7cf7f4a60a9159f4800b1ee26f0 /source3/configure.in
parentab1f896c5152dfd10609ac146eaaecd1bd2d5b70 (diff)
downloadsamba-9f50dfb5ce4441c4ce3bfbf4be5aa4e4a38476bd.tar.gz
samba-9f50dfb5ce4441c4ce3bfbf4be5aa4e4a38476bd.tar.bz2
samba-9f50dfb5ce4441c4ce3bfbf4be5aa4e4a38476bd.zip
s3: ADS support is needed for dns updates
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sat Jan 14 15:32:15 CET 2012 on sn-devel-104
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 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