From: Günther Deschner Date: Thu, 19 Apr 2007 14:58:22 +0000 (+0000) Subject: r22376: Make sure we use krb5 when we identify just an older heimdal lib (0.6.x) X-Git-Tag: samba-misc-tags/initial-v3-0-unstable~658 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f7ae237a7faa096efa26ca9e6674d45d2f77c9ce;p=thirdparty%2Fsamba.git r22376: Make sure we use krb5 when we identify just an older heimdal lib (0.6.x) Timur, please check. Guenther --- diff --git a/source/configure.in b/source/configure.in index 77704ac85a2..e652222d1be 100644 --- a/source/configure.in +++ b/source/configure.in @@ -3548,6 +3548,7 @@ if test x"$with_ads_support" != x"no"; then AC_CHECK_FUNC_EXT(krb5_crypto_destroy, $KRB5_LIBS) AC_CHECK_FUNC_EXT(krb5_decode_ap_req, $KRB5_LIBS) AC_CHECK_FUNC_EXT(free_AP_REQ, $KRB5_LIBS) + AC_CHECK_FUNC_EXT(krb5_verify_checksum, $KRB5_LIBS) AC_CHECK_FUNC_EXT(krb5_c_verify_checksum, $KRB5_LIBS) AC_CHECK_FUNC_EXT(krb5_principal_compare_any_realm, $KRB5_LIBS) AC_CHECK_FUNC_EXT(krb5_parse_name_norealm, $KRB5_LIBS)