diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-01-29 03:12:00 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:09:20 -0500 |
commit | 087fb574b25c814a0e491c121b77305006f8d865 (patch) | |
tree | 4d10b28e54475cc51cdb288186aac0688f389e35 | |
parent | 465e089dd30f8804994c00f31136fc041cf2a604 (diff) | |
download | samba-087fb574b25c814a0e491c121b77305006f8d865.tar.gz samba-087fb574b25c814a0e491c121b77305006f8d865.tar.bz2 samba-087fb574b25c814a0e491c121b77305006f8d865.zip |
r5083: removed the libcrypto test that is forcing the pull in of the MIT krb5 libs when you
have openssl-dev installed
(This used to be commit 27d79059f809b00c122cfde1a7530a06ee57a471)
-rw-r--r-- | source4/libads/config.m4 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/libads/config.m4 b/source4/libads/config.m4 index 5103904c59..5da58faf16 100644 --- a/source4/libads/config.m4 +++ b/source4/libads/config.m4 @@ -288,7 +288,6 @@ if test x"$with_krb5_support" != x"no"; then AC_CHECK_LIB_EXT(k5crypto, KRB5_LIBS, krb5_encrypt_data) # Heimdal checks. - AC_CHECK_LIB_EXT(crypto, KRB5_LIBS, des_set_key) AC_CHECK_LIB_EXT(asn1, KRB5_LIBS, copy_Authenticator) AC_CHECK_LIB_EXT(roken, KRB5_LIBS, roken_getaddrinfo_hostspec) |