s3-kerberos: add configure checks for krb5_get_creds_X api.
authorGünther Deschner <gd@samba.org>
Mon, 13 Oct 2008 15:21:22 +0000 (17:21 +0200)
committerGünther Deschner <gd@samba.org>
Fri, 6 Nov 2009 11:43:02 +0000 (12:43 +0100)
Guenther

source3/configure.in

index 715f1598ef0deba8d04e3b5f248731e7363e8a46..755fd0ed1a48673bfdecea1f0362b8c893cb5cdb 100644 (file)
@@ -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