diff options
author | Günther Deschner <gd@samba.org> | 2004-08-25 08:31:48 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:58:22 -0500 |
commit | e5c4c4b108370277458992a8f6d156317163fbb9 (patch) | |
tree | 95b655314eb790e06e1caf1b47e8cb6a007eac78 /source4/libads/config.m4 | |
parent | 235a71fa3e9cc1223a6000beb8c775a0cfd14b5e (diff) | |
download | samba-e5c4c4b108370277458992a8f6d156317163fbb9.tar.gz samba-e5c4c4b108370277458992a8f6d156317163fbb9.tar.bz2 samba-e5c4c4b108370277458992a8f6d156317163fbb9.zip |
r2058: Merge heimdal krb5_locate_kdc-fix over from trunk/3_0 although
krb5_locate_kdc is (yet) an unused function in Samba4.
Guenther
(This used to be commit fe93f58dfe208ec814f1e75efde4ececa2b2cb5f)
Diffstat (limited to 'source4/libads/config.m4')
-rw-r--r-- | source4/libads/config.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/libads/config.m4 b/source4/libads/config.m4 index a98ac3189b..8c0cc5c121 100644 --- a/source4/libads/config.m4 +++ b/source4/libads/config.m4 @@ -289,6 +289,7 @@ if test x"$with_ads_support" != x"no"; then 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) + AC_CHECK_FUNC_EXT(krb5_krbhst_get_addrinfo, $KRB5_LIBS) LIBS="$LIBS $KRB5_LIBS" |