From 6ca87e797982061576885f944e2ccfaba9573897 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Fri, 15 Jun 2012 13:59:44 -0400 Subject: KRB5: Auto-detect DIR cache support in configure We can't support the DIR cache features in systems with kerberos libraries older than 1.10. Make sure we don't build it on those systems. --- src/external/krb5.m4 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/external') diff --git a/src/external/krb5.m4 b/src/external/krb5.m4 index ee966261..b87ec5c8 100644 --- a/src/external/krb5.m4 +++ b/src/external/krb5.m4 @@ -56,7 +56,9 @@ AC_CHECK_FUNCS([krb5_get_init_creds_opt_alloc krb5_get_error_message \ krb5_kt_free_entry \ krb5_princ_realm \ krb5_get_time_offsets \ - krb5_principal_get_realm]) + krb5_principal_get_realm \ + krb5_cc_cache_match \ + krb5_cc_get_full_name]) CFLAGS=$SAVE_CFLAGS LIBS=$SAVE_LIBS -- cgit