From aa15778b6ef970cb4c6a483d8ec2c353f73de4c8 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Thu, 2 Sep 2010 09:45:51 +0200 Subject: [PATCH] typo --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index dffd38a..a449ae3 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ AS_IF([test x"$with_openssl" != xno], [AC_SEARCH_LIBS(BN_init, ssl, , [ [AC_SEARCH_LIBS(BN_init, ssl, , AC_MSG_ERROR([OpenSSL not found, see http://www.openssl.org/, or try --without-openssl])], - -lcrypto)])] + -lcrypto)])], [AC_SEARCH_LIBS(__gmpz_init, gmp, , [AC_MSG_ERROR([GNU MP not found, see http://gmplib.org/, or try --with-openssl])])]) -- 2.39.2