diff options
-rw-r--r-- | source3/configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/configure.in b/source3/configure.in index 6a66394903..2a719e7a11 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -3850,6 +3850,7 @@ if test x"$with_ads_support" != x"no"; then # test for AD / GSSAPI support being enabled if test x"$have_gssapi" != xyes ; then AC_MSG_WARN([Samba cannot be supported without GSSAPI]) + use_ads=no fi AC_CHECK_FUNC_EXT(krb5_set_real_time, $KRB5_LIBS) |