From 2cd507fe144c58a4c856c73ec56b80365dad9f23 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 13 Oct 2008 17:21:22 +0200 Subject: s3-kerberos: add configure checks for krb5_get_creds_X api. Guenther --- source3/configure.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source3/configure.in b/source3/configure.in index 715f1598ef..755fd0ed1a 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -3438,6 +3438,9 @@ if test x"$with_ads_support" != x"no"; then AC_CHECK_FUNC_EXT(krb5_enctype_to_string, $KRB5_LIBS) AC_CHECK_FUNC_EXT(krb5_fwd_tgt_creds, $KRB5_LIBS) AC_CHECK_FUNC_EXT(krb5_auth_con_set_req_cksumtype, $KRB5_LIBS) + AC_CHECK_FUNC_EXT(krb5_get_creds_opt_alloc, $KRB5_LIBS) + AC_CHECK_FUNC_EXT(krb5_get_creds_opt_set_impersonate, $KRB5_LIBS) + AC_CHECK_FUNC_EXT(krb5_get_creds, $KRB5_LIBS) # MIT krb5 1.7beta3 (in Ubuntu Karmic) does not have this declaration # but does have the symbol -- cgit