From: Rudolf Polzer Date: Thu, 2 Sep 2010 07:48:59 +0000 (+0200) Subject: fix another typo X-Git-Tag: xonotic-v0.1.0preview~16 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=f2b0d6c053d9ecf2c45ec8d889b0d7f0e1d11d6a;p=xonotic%2Fd0_blind_id.git fix another typo --- 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])])])