diff options
-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 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 |