s3:configure.in: require gssapi for ads support
authorStefan Metzmacher <metze@samba.org>
Fri, 20 Jan 2012 15:58:14 +0000 (16:58 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 20 Jan 2012 17:44:10 +0000 (18:44 +0100)
This matches the waf checks.

metze

source3/configure.in

index 6a663949033926c92b93ebe6c55df69e22256fb8..2a719e7a11208ae1fceea54624d0ac6dc6c0870e 100644 (file)
@@ -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)