summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2012-01-20 16:58:14 +0100
committerStefan Metzmacher <metze@samba.org>2012-01-20 18:44:10 +0100
commitfbb292ec14ac36c1ef2e655c3c1aa268cbdb34f3 (patch)
treee7c9ff619cfcc4629f8c570a19b354fb71a8a390 /source3/configure.in
parent004906e73c03f0351d06bcd5bb79dcf50316bf23 (diff)
downloadsamba-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.in1
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)