diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
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 |