libmicrohttpd2

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

commit 56eee7f46f06bd129d58841f10ed42006c572ead
parent d2621aaf14d7cba14e425112fd00d017ef018b1c
Author: Evgeny Grin (Karlson2k) <k2k@drgrin.dev>
Date:   Mon, 22 Dec 2025 13:39:29 +0100

Correct error message in the previous commit

Diffstat:
Mconfigure.ac | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac @@ -58,7 +58,7 @@ MHD_REQ_PRIVATE='' MHD_LIBDEPS_PKGCFG='' AH_TOP([#ifndef MHD_SYS_OPTIONS_H -#error "mhd_config.h" must never be used directly +#error "mhd_config.h" must not be used directly #error include "mhd_sys_options.h" wrapper instead #endif /* ! MHD_SYS_OPTIONS_H */])