summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2022-03-23 02:23:01 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2022-03-23 02:23:01 -0400
commitda177df9c8865c1b71a0b40da1e0678552aca905 (patch)
tree43613d358de8e0ec3cebffd23f337a2857e74234
parentcf4d81320ad825ff280f71c0bbace845f722dca0 (diff)
downloadmerchant-da177df9c8865c1.tar.gz
merchant-da177df9c8865c1.tar.bz2
merchant-da177df9c8865c1.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 f6cdf6c5..e8c8d14d 100644
--- 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],