0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-09 05:29:00 +02:00

configure: Verify better symbol in libcrypto.so.

This commit is contained in:
Jason Volk 2019-02-18 13:38:27 -08:00
parent 15a805c00d
commit 1a2bfc1535

View file

@ -969,7 +969,7 @@ AC_CHECK_LIB(ssl, SSL_version,
AM_CONDITIONAL([SSL], [test "x$have_ssl" = "xyes"])
AC_CHECK_LIB(crypto, SSLeay_version,
AC_CHECK_LIB(crypto, OPENSSL_init,
[
have_crypto="yes"
AC_SUBST(CRYPTO_CPPFLAGS, [])