X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=configure.ac;fp=configure.ac;h=a449ae3e518bc76f2116f3f0ec457a0894c06010;hb=aa15778b6ef970cb4c6a483d8ec2c353f73de4c8;hp=dffd38a41099937a8d7258a567c66c393ec1d280;hpb=4de20ec8a9b3ce092dddd1d603232eb53fc17582;p=xonotic%2Fd0_blind_id.git 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])])])