From f2b0d6c053d9ecf2c45ec8d889b0d7f0e1d11d6a Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Thu, 2 Sep 2010 09:48:59 +0200 Subject: [PATCH] fix another typo --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index a449ae3..3430f5f 100644 --- a/configure.ac +++ b/configure.ac @@ -8,10 +8,10 @@ AC_ARG_WITH(openssl, AS_HELP_STRING([--with-openssl], [Use OpenSSL instead of GM AM_CONDITIONAL(WITH_OPENSSL, [test x"$with_openssl" != xno]) AS_IF([test x"$with_openssl" != xno], - [AC_SEARCH_LIBS(BN_init, ssl, , [ + [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)])], + [AC_MSG_ERROR([OpenSSL not found, see http://www.openssl.org/, or try --without-openssl])])], + -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