summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-01-05 10:59:44 +1100
committerAndrew Bartlett <abartlet@samba.org>2012-01-10 21:50:07 +0100
commitfc7b34c83a2fe44b905e8af44dcb6d06154f688d (patch)
tree03bae2c96214be4eeec94d6208bdbdecfa148cee /source3/configure.in
parent016fc0af0c30a22d0154ca6c67bb31bac893fb7b (diff)
downloadsamba-fc7b34c83a2fe44b905e8af44dcb6d06154f688d.tar.gz
samba-fc7b34c83a2fe44b905e8af44dcb6d06154f688d.tar.bz2
samba-fc7b34c83a2fe44b905e8af44dcb6d06154f688d.zip
krb5: Require krb5_fwd_tgt_creds to be available to build with krb5
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/source3/configure.in b/source3/configure.in
index a2f414b408..914b7145da 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -4434,6 +4434,12 @@ if test x"$with_ads_support" != x"no"; then
use_ads=no
fi
+ if test x"$ac_cv_func_ext_krb5_fwd_tgt_creds" != x"yes"
+ then
+ AC_MSG_WARN(krb5_fwd_tgt_creds not found in -lkrb5)
+ use_ads=no
+ fi
+
if test x"$ac_cv_func_ext_krb5_principal2salt" != x"yes" -a \
x"$ac_cv_func_ext_krb5_get_pw_salt" != x"yes"
then