summaryrefslogtreecommitdiff
path: root/source4/auth/kerberos/config.m4
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2005-05-18 14:17:53 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:16:54 -0500
commitab92b82d83db4e6a812d048f02fa4ffffeec8691 (patch)
tree0824c1046bd4f9ab295e39ac4de5d04e79d138e0 /source4/auth/kerberos/config.m4
parent2a01014f8feed4c4b89bc9c92d48ce2a6ae16405 (diff)
downloadsamba-ab92b82d83db4e6a812d048f02fa4ffffeec8691.tar.gz
r6882: Put in configure tests and #ifdef to keep Samba building on older Heimdal.
Andrew Bartlett (This used to be commit f2e926192595c74bd9cc8a3343e0fcf27a1de38b)
Diffstat (limited to 'source4/auth/kerberos/config.m4')
-rw-r--r--source4/auth/kerberos/config.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/auth/kerberos/config.m4 b/source4/auth/kerberos/config.m4
index b78f96a877e..67921e97172 100644
--- a/source4/auth/kerberos/config.m4
+++ b/source4/auth/kerberos/config.m4
@@ -454,7 +454,8 @@ if test x"$with_krb5_support" != x"no"; then
AC_CHECK_FUNC_EXT(gsskrb5_get_initiator_subkey, $KRB5_LIBS)
AC_CHECK_FUNC_EXT(gsskrb5_extract_authz_data_from_sec_context, $KRB5_LIBS)
-
+ AC_CHECK_FUNC_EXT(gsskrb5_register_acceptor_identity, $KRB5_LIBS)
+ AC_CHECK_FUNC_EXT(gss_krb5_ccache_name, $KRB5_LIBS)
if test x"$ac_cv_lib_ext_krb5_krb5_mk_req_extended" = x"yes"; then
AC_DEFINE(HAVE_KRB5,1,[Whether to have KRB5 support])
AC_MSG_CHECKING(whether KRB5 support is used)