X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/508e25a85be26f6120550d12651b48889b4484ca..16e64bb5542c9f4ad893e1c26f63673e4bc2a854:/librb/configure.ac diff --git a/librb/configure.ac b/librb/configure.ac index 9565cd9d..0f5f3f59 100644 --- a/librb/configure.ac +++ b/librb/configure.ac @@ -352,9 +352,9 @@ if test "$cf_enable_mbedtls" != no; then save_LIBS="$LIBS" LIBS="$LIBS $MBEDTLS_LIBS" AC_CHECK_LIB(mbedtls, mbedtls_ssl_init, [ - MBEDTLS_LIBS="$MBEDTLS_LIBS -lmbedtls -lmbedcrypto -lmbedx509" + MBEDTLS_LIBS="$MBEDTLS_LIBS -lmbedtls -lmbedx509 -lmbedcrypto" cf_enable_mbedtls=yes - ], [cf_enable_mbedtls=no], [-lmbedcrypto -lmbedx509]) + ], [cf_enable_mbedtls=no], [-lmbedx509 -lmbedcrypto]) fi dnl GnuTLS support