bx509: Tolerate older microhttpd versions
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user