From fbb292ec14ac36c1ef2e655c3c1aa268cbdb34f3 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 20 Jan 2012 16:58:14 +0100 Subject: [PATCH] s3:configure.in: require gssapi for ads support This matches the waf checks. metze --- source3/configure.in | 1 + 1 file changed, 1 insertion(+) diff --git a/source3/configure.in b/source3/configure.in index 6a6639490339..2a719e7a1120 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) -- 2.34.1