summaryrefslogtreecommitdiff
path: root/source4/libads
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-01-29 03:12:00 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:09:20 -0500
commit087fb574b25c814a0e491c121b77305006f8d865 (patch)
tree4d10b28e54475cc51cdb288186aac0688f389e35 /source4/libads
parent465e089dd30f8804994c00f31136fc041cf2a604 (diff)
downloadsamba-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)
Diffstat (limited to 'source4/libads')
-rw-r--r--source4/libads/config.m41
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)