From 21983e69eedbcf9028be34eac1f93678fd77ecfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Fri, 13 Jan 2006 13:52:38 +0000 Subject: [PATCH] libdes is renamed to hcrypto git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16556 ec53bebd-3082-4978-b11e-865c3cabbd6b --- cf/crypto.m4 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cf/crypto.m4 b/cf/crypto.m4 index 25cd00377..e7bbf83bb 100644 --- a/cf/crypto.m4 +++ b/cf/crypto.m4 @@ -143,10 +143,10 @@ fi if test "$crypto_lib" = "unknown"; then DIR_des='des' - LIB_des='$(top_builddir)/lib/des/libdes.la' - LIB_des_a='$(top_builddir)/lib/des/.libs/libdes.a' - LIB_des_so='$(top_builddir)/lib/des/.libs/libdes.so' - LIB_des_appl="-ldes" + LIB_des='$(top_builddir)/lib/des/libhcrypto.la' + LIB_des_a='$(top_builddir)/lib/des/.libs/libhcrypto.a' + LIB_des_so='$(top_builddir)/lib/des/.libs/libhcrypto.so' + LIB_des_appl="-lhcrypto" AC_MSG_RESULT([included libdes])