commit 7d2a009e1b7d68a7a959c9a0bf53349fbeed582d
parent 41399bc2243d0bbe2918dba5b753111fb203cff7
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date: Wed, 23 Mar 2022 02:22:19 -0400
Bump required version of libmicrohttpd to 0.9.71
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
@@ -302,7 +302,7 @@ AS_CASE([$with_microhttpd],
[no], [AC_MSG_ERROR([--with-microhttpd is required])],
[LDFLAGS="-L$with_microhttpd/lib $LDFLAGS"
CPPFLAGS="-I$with_microhttpd/include $CPPFLAGS"])
-MHD_VERSION_AT_LEAST([0.9.39])
+MHD_VERSION_AT_LEAST([0.9.71])
# check for libjansson (Jansson JSON library)
jansson=0