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