X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=configure.ac;h=967b879fe7dcb9edd3fb71f710657806b4b9fe57;hb=09adb6717861941b70ce52996a6159ffe23c5d0c;hp=a449ae3e518bc76f2116f3f0ec457a0894c06010;hpb=aa15778b6ef970cb4c6a483d8ec2c353f73de4c8;p=xonotic%2Fd0_blind_id.git diff --git a/configure.ac b/configure.ac index a449ae3..967b879 100644 --- a/configure.ac +++ b/configure.ac @@ -8,10 +8,8 @@ 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_MSG_ERROR([OpenSSL not found, see http://www.openssl.org/, or try --without-openssl])], - -lcrypto)])], + [AC_SEARCH_LIBS(BN_init, crypto, , + [AC_MSG_ERROR([OpenSSL not found, see http://www.openssl.org/, or try --without-openssl])])], [AC_SEARCH_LIBS(__gmpz_init, gmp, , [AC_MSG_ERROR([GNU MP not found, see http://gmplib.org/, or try --with-openssl])])])