blob: 4928f271cf5d7114d26caeb5e524adfbdd1b6712 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- ./configure.in.orig
+++ ./configure.in
@@ -52,7 +52,7 @@
[ --enable-ssl support for secure connection to mail server])
if test x$enableval = xyes ; then
AC_DEFINE(HAVE_SSL)
- LIBS="$LIBS -lssl"
+ LIBS="$LIBS -lssl -lcrypto"
fi
enableval=""
|