summaryrefslogtreecommitdiffstats
path: root/src/external
diff options
context:
space:
mode:
Diffstat (limited to 'src/external')
-rw-r--r--src/external/krb5.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/src/external/krb5.m4 b/src/external/krb5.m4
index 39c2cdfd3..d4f563fa2 100644
--- a/src/external/krb5.m4
+++ b/src/external/krb5.m4
@@ -38,7 +38,8 @@ CFLAGS="$CFLAGS $KRB5_CFLAGS"
LIBS="$LIBS $KRB5_LIBS"
AC_CHECK_HEADERS([krb5.h krb5/krb5.h])
AC_CHECK_FUNCS([krb5_get_init_creds_opt_alloc krb5_get_error_message \
- krb5_free_unparsed_name])
+ krb5_free_unparsed_name \
+ krb5_get_init_creds_opt_set_expire_callback])
CFLAGS=$SAVE_CFLAGS
LIBS=$SAVE_LIBS