summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2022-03-23 02:22:19 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2022-03-23 02:23:25 -0400
commit7d2a009e1b7d68a7a959c9a0bf53349fbeed582d (patch)
treee2e9dacd9825245ee0b347122f1fc7e8642ab80c
parent41399bc2243d0bbe2918dba5b753111fb203cff7 (diff)
downloadexchange-7d2a009e1b7d68a.tar.gz
exchange-7d2a009e1b7d68a.tar.bz2
exchange-7d2a009e1b7d68a.zip
Bump required version of libmicrohttpd to 0.9.71
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 01f1dc20d..06f7b2ca8 100644
--- 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