masqmail
diff configure.ac @ 361:4916f9df5051
Using --with-libcrypto is not recommended
author | markus schnalke <meillo@marmaro.de> |
---|---|
date | Sun, 04 Sep 2011 17:43:09 +0200 |
parents | 92340177150d |
children | 02bc0331e390 |
line diff
1.1 --- a/configure.ac Sun Sep 04 17:41:02 2011 +0200 1.2 +++ b/configure.ac Sun Sep 04 17:43:09 2011 +0200 1.3 @@ -138,7 +138,7 @@ 1.4 1.5 dnl libcrypto 1.6 AC_ARG_WITH(libcrypto, 1.7 - [ --with-libcrypto use libcrypto], 1.8 + [ --with-libcrypto use libcrypto (usually not needed)], 1.9 ) 1.10 if test "x$with_libcrypto" != 'xyes'; then 1.11 with_libcrypto='no'