diff options
author | Stefan Metzmacher <metze@samba.org> | 2012-01-20 16:58:14 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-01-20 18:44:10 +0100 |
commit | fbb292ec14ac36c1ef2e655c3c1aa268cbdb34f3 (patch) | |
tree | e7c9ff619cfcc4629f8c570a19b354fb71a8a390 /source3/configure.in | |
parent | 004906e73c03f0351d06bcd5bb79dcf50316bf23 (diff) | |
download | samba-fbb292ec14ac36c1ef2e655c3c1aa268cbdb34f3.tar.gz samba-fbb292ec14ac36c1ef2e655c3c1aa268cbdb34f3.tar.bz2 samba-fbb292ec14ac36c1ef2e655c3c1aa268cbdb34f3.zip |
s3:configure.in: require gssapi for ads support
This matches the waf checks.
metze
Diffstat (limited to 'source3/configure.in')
-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) |