X-Git-Url: http://git.code-monkey.de/?p=umurmur.git;a=blobdiff_plain;f=configure.ac;h=7664aa4379f3f4f36e1f48eba6d9772b927580b4;hp=67716422b78bf84cee22c099c35ecd14b997c319;hb=HEAD;hpb=e7abfa053329f8fa0f0e7c2aec63fb1a97a48280 diff --git a/configure.ac b/configure.ac index 6771642..7664aa4 100644 --- a/configure.ac +++ b/configure.ac @@ -113,8 +113,8 @@ AS_IF([test "x$with_ssl" = xmbedtls], [ ]) AS_IF([test "x$with_ssl" = xopenssl], [ AC_CHECK_HEADERS([openssl/ssl.h], [], [AC_MSG_ERROR([could not find openssl/ssl.h])]) - AC_CHECK_LIB([crypto], [BN_init], [], [AC_MSG_ERROR([could not find libcrypto])]) - AC_CHECK_LIB([ssl], [SSL_library_init], [], [AC_MSG_ERROR([could not find libssl])]) + AC_CHECK_LIB([crypto], [CRYPTO_new_ex_data], [], [AC_MSG_ERROR([could not find libcrypto])]) + AC_CHECK_LIB([ssl], [SSL_new], [], [AC_MSG_ERROR([could not find libssl])]) ]) AS_IF([test "x$with_ssl" = xgnutls], [ AC_CHECK_HEADERS([gnutls/gnutls.h], [], [AC_MSG_ERROR([could not find gnutls/gnutls.h])])