From: Stefan Metzmacher Date: Fri, 20 Jan 2012 15:58:14 +0000 (+0100) Subject: s3:configure.in: require gssapi for ads support X-Git-Tag: tevent-0.9.15~293 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fbb292ec14ac36c1ef2e655c3c1aa268cbdb34f3;p=thirdparty%2Fsamba.git s3:configure.in: require gssapi for ads support This matches the waf checks. metze --- diff --git a/source3/configure.in b/source3/configure.in index 6a663949033..2a719e7a112 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)