mirror of
https://github.com/matrix-construct/construct
synced 2024-11-29 18:22:50 +01:00
configure: Verify better symbol in libcrypto.so.
This commit is contained in:
parent
15a805c00d
commit
1a2bfc1535
1 changed files with 1 additions and 1 deletions
|
@ -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, [])
|
||||
|
|
Loading…
Reference in a new issue