diff options
author | Günther Deschner <gd@samba.org> | 2007-04-19 14:58:22 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:19:29 -0500 |
commit | 9d29f385ea1be469bc7f732c2c7d40e2687a27c5 (patch) | |
tree | 8dfb22401d72ef126f00dc4b8de9e6114917cd2e /source3/configure.in | |
parent | 3255daa1888c7d2f10e929b1d0614db4a0a013e7 (diff) | |
download | samba-9d29f385ea1be469bc7f732c2c7d40e2687a27c5.tar.gz samba-9d29f385ea1be469bc7f732c2c7d40e2687a27c5.tar.xz samba-9d29f385ea1be469bc7f732c2c7d40e2687a27c5.zip |
r22376: Make sure we use krb5 when we identify just an older heimdal lib (0.6.x)
Timur, please check.
Guenther
(This used to be commit f7ae237a7faa096efa26ca9e6674d45d2f77c9ce)
Diffstat (limited to 'source3/configure.in')
-rw-r--r-- | source3/configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/configure.in b/source3/configure.in index 77704ac85a2..e652222d1be 100644 --- a/source3/configure.in +++ b/source3/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) |