Ticket #14983: patch-configure.in
File patch-configure.in, 372 bytes (added by andy@…, 17 years ago) |
---|
Line | |
---|---|
1 | --- ssmtp-2.61/configure.in.orig 2008-04-10 12:45:53.000000000 +1000 |
2 | +++ ssmtp-2.61/configure.in 2008-04-10 12:46:10.000000000 +1000 |
3 | @@ -52,7 +52,7 @@ AC_ARG_ENABLE(ssl, |
4 | [ --enable-ssl support for secure connection to mail server]) |
5 | if test x$enableval = xyes ; then |
6 | AC_DEFINE(HAVE_SSL) |
7 | - LIBS="$LIBS -lssl" |
8 | + LIBS="$LIBS -lssl -lcrypto" |
9 | fi |
10 | enableval="" |
11 |