libmicrohttpd2

HTTP server C library (MHD 2.x, alpha)
Log | Files | Refs | README | LICENSE

commit 04a1e1ec498b6f875a94fe22dc7747e729f2b816
parent 515e6bece8347123e9ab5bf499be97ad121d46e2
Author: Evgeny Grin (Karlson2k) <k2k@drgrin.dev>
Date:   Mon, 22 Dec 2025 11:32:36 +0100

configure: fixed MbedTLS explicit disable

Diffstat:
Mconfigure.ac | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/configure.ac b/configure.ac @@ -6505,6 +6505,7 @@ choke me now AS_CASE(["x$with_mbedtls"], ["xyes"],[AC_MSG_ERROR([connot find usable MbedTLS library])], ["x"],[with_mbedtls="no"], + ["no"],[:] [AC_MSG_ERROR([cannot find usable MbedTLS library at specified prefix $with_mbedtls])] ) AS_UNSET([MBEDTLS_FULL_CPPFLAGS])