diff options
author | Volker Lendecke <vl@samba.org> | 2012-01-14 13:47:08 +0100 |
---|---|---|
committer | Volker Lendecke <vlendec@samba.org> | 2012-01-14 15:32:13 +0100 |
commit | 9f50dfb5ce4441c4ce3bfbf4be5aa4e4a38476bd (patch) | |
tree | 2cb3a8da2e59f7cf7f4a60a9159f4800b1ee26f0 | |
parent | ab1f896c5152dfd10609ac146eaaecd1bd2d5b70 (diff) | |
download | samba-9f50dfb5ce4441c4ce3bfbf4be5aa4e4a38476bd.tar.gz samba-9f50dfb5ce4441c4ce3bfbf4be5aa4e4a38476bd.tar.xz 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
-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 61ae56729dc..3102ad0f410 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 |