summaryrefslogtreecommitdiff
path: root/cf/crypto.m4
diff options
context:
space:
mode:
authorAssar Westerlund <assar@sics.se>2001-08-22 23:08:27 +0000
committerAssar Westerlund <assar@sics.se>2001-08-22 23:08:27 +0000
commit80e5d210eabe947ed53e8bb4c983aababc319cba (patch)
tree9eeaf2f143fb717a844e067e5df021fe89126d2c /cf/crypto.m4
parent9c87af8e7058255630531f2f00e5cd42fe14ef2b (diff)
actually add the library
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10528 ec53bebd-3082-4978-b11e-865c3cabbd6b
Diffstat (limited to 'cf/crypto.m4')
-rw-r--r--cf/crypto.m42
1 files changed, 2 insertions, 0 deletions
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"