diff --git a/m4/curl-mbedtls.m4 b/m4/curl-mbedtls.m4 index 7c5bccd229..6887302592 100644 --- a/m4/curl-mbedtls.m4 +++ b/m4/curl-mbedtls.m4 @@ -42,7 +42,7 @@ if test "x$OPT_MBEDTLS" != "xno"; then if test -z "$OPT_MBEDTLS"; then dnl check for lib first without setting any new path - AC_CHECK_LIB(mbedtls, mbedtls_havege_init, + AC_CHECK_LIB(mbedtls, mbedtls_ssl_init, dnl libmbedtls found, set the variable [ AC_DEFINE(USE_MBEDTLS, 1, [if mbedTLS is enabled]) @@ -58,7 +58,7 @@ if test "x$OPT_MBEDTLS" != "xno"; then addcflags="" mbedtlslib="" - if test "$USE_MBEDTLS" != "yes"; then + if test "$USE_MBEDTLS" != "yes" && test -n "$OPT_MBEDTLS"; then dnl add the path and test again addld=-L$OPT_MBEDTLS/lib$libsuff addcflags=-I$OPT_MBEDTLS/include