From 80e5d210eabe947ed53e8bb4c983aababc319cba Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Wed, 22 Aug 2001 23:08:27 +0000 Subject: [PATCH] actually add the library git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10528 ec53bebd-3082-4978-b11e-865c3cabbd6b --- cf/crypto.m4 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cf/crypto.m4 b/cf/crypto.m4 index 80adb29cc..1d53b2901 100644 --- a/cf/crypto.m4 +++ b/cf/crypto.m4 @@ -25,6 +25,7 @@ if test "$crypto_lib" = "unknown" -a "$with_openssl" != "no"; then CPPFLAGS="${INCLUDE_des} ${CPPFLAGS}" LIB_des="-L${with_openssl}/lib" fi + LIB_des="${LIB_des} -lcrypto" LIB_des_a="$LIB_des" LIB_des_so="$LIB_des" LIB_des_appl="$LIB_des" @@ -64,6 +65,7 @@ if test "$crypto_lib" = "unknown" -a "$with_krb4" != "no"; then if test "$krb4_libdir"; then LIB_des="-L${krb4_libdir}" fi + LIB_des="${LIB_des} -ldes" CPPFLAGS="${CPPFLAGS} ${INCLUDE_des}" LIBS="${LIBS} ${LIB_des}" LIB_des_a="$LIB_des"