changeset 361:4916f9df5051

Using --with-libcrypto is not recommended
author markus schnalke <meillo@marmaro.de>
date Sun, 04 Sep 2011 17:43:09 +0200 (2011-09-04)
parents 7a8d706f0ff1
children 9d49dffc3070
files configure configure.ac
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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'