svn commit: samba r5083 - in branches/SAMBA_4_0/source/libads: .

tridge at samba.org tridge at samba.org
Sat Jan 29 03:12:00 GMT 2005


Author: tridge
Date: 2005-01-29 03:12:00 +0000 (Sat, 29 Jan 2005)
New Revision: 5083

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=5083

Log:
removed the libcrypto test that is forcing the pull in of the MIT krb5 libs when you
have openssl-dev installed


Modified:
   branches/SAMBA_4_0/source/libads/config.m4


Changeset:
Modified: branches/SAMBA_4_0/source/libads/config.m4
===================================================================
--- branches/SAMBA_4_0/source/libads/config.m4	2005-01-29 02:49:01 UTC (rev 5082)
+++ branches/SAMBA_4_0/source/libads/config.m4	2005-01-29 03:12:00 UTC (rev 5083)
@@ -288,7 +288,6 @@
 	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)
 



More information about the samba-cvs mailing list