changeset 653:67c840670ee2 HEAD

Final bugfix..
author Timo Sirainen <tss@iki.fi>
date Sun, 24 Nov 2002 19:38:21 +0200
parents d0c09214b803
children 5ad6e4f51c96
files configure.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Sun Nov 24 19:34:20 2002 +0200
+++ b/configure.in	Sun Nov 24 19:38:21 2002 +0200
@@ -371,7 +371,7 @@
 			have_ssl="yes (GNUTLS)"
 			have_gnutls=yes
 		])
-	], -lgcrypt)
+	],, -lgcrypt)
 fi
 
 if test "$want_openssl" = "yes" -a "$have_ssl" = "no"; then