commit - 16c7aa4bd99efc75751c396d3c11acaf023df301
commit + 7de68a820ba0321f608bf67e31bbd1750d9569ce
blob - 9379cafdee82bf355e139c63fc751fc042b1c58e
blob + d8cd928cb52d1a67c5bde599208a6efafce1e036
--- configure.ac
+++ configure.ac
AC_MSG_ERROR([can't find libcrypto])
])
-AC_SEARCH_LIBS([SSL_CTX_new], [ssl], [:], [
- AC_MSG_ERROR([can't find libssl])
+AS_IF([test "x$PLATFORM" != "xdarwin"], [
+ AC_SEARCH_LIBS([SSL_CTX_new], [ssl], [:], [
+ AC_MSG_ERROR([can't find libssl])
+ ])
])
# Sanity check for Libre/OpenSSL headers vs library mismatch