# HG changeset patch # User markus schnalke # Date 1315150989 -7200 # Node ID 4916f9df505193d59f7473fba0dfdd01775527d2 # Parent 7a8d706f0ff1300d351112eb66f2faca40abb04c Using --with-libcrypto is not recommended diff -r 7a8d706f0ff1 -r 4916f9df5051 configure --- a/configure Sun Sep 04 17:41:02 2011 +0200 +++ b/configure Sun Sep 04 17:43:09 2011 +0200 @@ -1362,7 +1362,7 @@ --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) --with-user=USER set user mail --with-group=GROUP set group mail - --with-libcrypto use libcrypto + --with-libcrypto use libcrypto (usually not needed) --with-liblockfile use liblock (for Debian) --with-logdir=DIR set log directory /var/log/masqmail --with-spooldir=DIR set spool directory /var/spool/masqmail diff -r 7a8d706f0ff1 -r 4916f9df5051 configure.ac --- a/configure.ac Sun Sep 04 17:41:02 2011 +0200 +++ b/configure.ac Sun Sep 04 17:43:09 2011 +0200 @@ -138,7 +138,7 @@ dnl libcrypto AC_ARG_WITH(libcrypto, - [ --with-libcrypto use libcrypto], + [ --with-libcrypto use libcrypto (usually not needed)], ) if test "x$with_libcrypto" != 'xyes'; then with_libcrypto='no'