Skip to content
Snippets Groups Projects
Commit 1b9e26a2 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

added a lame double-check for libcrypto as otherwise it wouldn't get added

properly! (?) Anyone has any better solution then please step forward!
parent 9f24645a
No related branches found
No related tags found
No related merge requests found
......@@ -569,8 +569,7 @@ else
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
LIBS="$LIBS -lcrypto"
AC_CHECK_LIB(crypto, CRYPTO_add_lock)
AC_CHECK_LIB(ssl, SSL_connect)
if test "$ac_cv_lib_ssl_SSL_connect" != yes; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment