Bump required version of libmicrohttpd to 0.9.71

This commit is contained in:
Thien-Thi Nguyen 2022-03-23 02:22:19 -04:00
parent 41399bc224
commit 7d2a009e1b
No known key found for this signature in database
GPG Key ID: 670322244C807502

View File

@ -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