masqmail
changeset 361:4916f9df5051
Using --with-libcrypto is not recommended
author | markus schnalke <meillo@marmaro.de> |
---|---|
date | Sun, 04 Sep 2011 17:43:09 +0200 |
parents | 7a8d706f0ff1 |
children | 9d49dffc3070 |
files | configure configure.ac |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line diff
1.1 --- a/configure Sun Sep 04 17:41:02 2011 +0200 1.2 +++ b/configure Sun Sep 04 17:43:09 2011 +0200 1.3 @@ -1362,7 +1362,7 @@ 1.4 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) 1.5 --with-user=USER set user mail 1.6 --with-group=GROUP set group mail 1.7 - --with-libcrypto use libcrypto 1.8 + --with-libcrypto use libcrypto (usually not needed) 1.9 --with-liblockfile use liblock (for Debian) 1.10 --with-logdir=DIR set log directory /var/log/masqmail 1.11 --with-spooldir=DIR set spool directory /var/spool/masqmail
2.1 --- a/configure.ac Sun Sep 04 17:41:02 2011 +0200 2.2 +++ b/configure.ac Sun Sep 04 17:43:09 2011 +0200 2.3 @@ -138,7 +138,7 @@ 2.4 2.5 dnl libcrypto 2.6 AC_ARG_WITH(libcrypto, 2.7 - [ --with-libcrypto use libcrypto], 2.8 + [ --with-libcrypto use libcrypto (usually not needed)], 2.9 ) 2.10 if test "x$with_libcrypto" != 'xyes'; then 2.11 with_libcrypto='no'