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 wrap: on
line diff
--- 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'