Skip to content

Commit

Permalink
r22376: Make sure we use krb5 when we identify just an older heimdal …
Browse files Browse the repository at this point in the history
…lib (0.6.x)

Timur, please check.

Guenther
(This used to be commit f7ae237)
  • Loading branch information
gd authored and Gerald (Jerry) Carter committed Oct 10, 2007
1 parent 3255daa commit 9d29f38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source3/configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9d29f38

Please sign in to comment.