From 184bb1ab41b023b3953494ffdf0d334a55132d73 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 12 Aug 2004 22:25:49 +0000 Subject: r1794: fix the build MIT krb5 metze (This used to be commit fe655d047434422eae77486e5fd7fa51eb942677) --- source4/libads/config.m4 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source4/libads') diff --git a/source4/libads/config.m4 b/source4/libads/config.m4 index 545f6246cb..a98ac3189b 100644 --- a/source4/libads/config.m4 +++ b/source4/libads/config.m4 @@ -286,6 +286,9 @@ if test x"$with_ads_support" != x"no"; then AC_CHECK_FUNC_EXT(krb5_free_unparsed_name, $KRB5_LIBS) AC_CHECK_FUNC_EXT(krb5_free_keytab_entry_contents, $KRB5_LIBS) AC_CHECK_FUNC_EXT(krb5_kt_free_entry, $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_ticket_get_authorization_data_type, $KRB5_LIBS) LIBS="$LIBS $KRB5_LIBS" -- cgit