X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=configure.ac;h=3430f5f4d7e3eed3ceb14597f3ae3a7b2596b180;hb=a0b5239a7c040e5694b62993ee09d3bfbc589b03;hp=dffd38a41099937a8d7258a567c66c393ec1d280;hpb=4de20ec8a9b3ce092dddd1d603232eb53fc17582;p=xonotic%2Fd0_blind_id.git diff --git a/configure.ac b/configure.ac index dffd38a..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])])])