commit da177df9c8865c1b71a0b40da1e0678552aca905
parent cf4d81320ad825ff280f71c0bbace845f722dca0
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date: Wed, 23 Mar 2022 02:23:01 -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
@@ -143,7 +143,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])
jansson=0
PKG_CHECK_MODULES([JANSSON], [jansson >= 2.3],