mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05:00
added a lame double-check for libcrypto as otherwise it wouldn't get added
properly! (?) Anyone has any better solution then please step forward!
This commit is contained in:
parent
9f24645a5b
commit
1b9e26a287
@ -569,8 +569,7 @@ else
|
|||||||
dnl This is only reasonable to do if crypto actually is there: check for
|
dnl This is only reasonable to do if crypto actually is there: check for
|
||||||
dnl SSL libs NOTE: it is important to do this AFTER the crypto lib
|
dnl SSL libs NOTE: it is important to do this AFTER the crypto lib
|
||||||
|
|
||||||
LIBS="$LIBS -lcrypto"
|
AC_CHECK_LIB(crypto, CRYPTO_add_lock)
|
||||||
|
|
||||||
AC_CHECK_LIB(ssl, SSL_connect)
|
AC_CHECK_LIB(ssl, SSL_connect)
|
||||||
|
|
||||||
if test "$ac_cv_lib_ssl_SSL_connect" != yes; then
|
if test "$ac_cv_lib_ssl_SSL_connect" != yes; then
|
||||||
|
Loading…
Reference in New Issue
Block a user