libmicrohttpd2

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

commit 92c21e9863cf2eade09ee9256f7ece8fd4da21e6
parent 8d8cb5885a8cee79c51dbcfc1ee8ea3f73846903
Author: Evgeny Grin (Karlson2k) <k2k@drgrin.dev>
Date:   Sun, 16 Nov 2025 17:36:47 +0100

bootstrap: fixed warning message

Diffstat:
Mbootstrap | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bootstrap b/bootstrap @@ -83,10 +83,10 @@ if test ! -f './src/include/microhttpd2.h'; then fi : "${UNCRUSTIFY=uncrustify}" +UNCRUSTIFY_VER_NEEDED="0.78.0" if have_cmd ${UNCRUSTIFY}; then UNCRUSTIFY_VER=`${UNCRUSTIFY} --version | ver_filter` - UNCRUSTIFY_VER_NEEDED="0.78.0" if ver_cmp "$UNCRUSTIFY_VER" -ge "$UNCRUSTIFY_VER_NEEDED"; then if test -f uncrustify.cfg; then echo "Uncrustify configuration already exists; skipping installation of the configuration from the upstream file."