From 4d96132cefb4854d260364c70c1bcaa0c0c2a2d3 Mon Sep 17 00:00:00 2001 From: Nicolas Williams Date: Fri, 20 Dec 2019 15:59:21 -0600 Subject: [PATCH] bx509: Tolerate older microhttpd versions --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index cd8502f6a..29709561b 100644 --- a/configure.ac +++ b/configure.ac @@ -188,7 +188,7 @@ AC_ARG_WITH([microhttpd], [], [with_microhttpd=check]) if test "$with_microhttpd" != "no"; then - PKG_CHECK_MODULES([MICROHTTPD], [libmicrohttpd >= 0.9.59], + PKG_CHECK_MODULES([MICROHTTPD], [libmicrohttpd >= 0.9.37], [with_microhttpd=yes],[with_microhttpd=no]) fi if test "$with_microhttpd" = "yes"; then