changeset 654:5ad6e4f51c96 HEAD

Was missing -lcrypto when checking for OpenSSL.
author Timo Sirainen <tss@iki.fi>
date Sun, 24 Nov 2002 21:49:47 +0200
parents 67c840670ee2
children f3870975abcf
files configure.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Sun Nov 24 19:38:21 2002 +0200
+++ b/configure.in	Sun Nov 24 21:49:47 2002 +0200
@@ -384,7 +384,7 @@
 			have_ssl="yes (OpenSSL)"
 			have_openssl=yes
 		])
-	])
+	],, -lcrypto)
 fi
 
 dnl **