From 8172d3aadb125340d4008b9aa81a3800f0370d1f Mon Sep 17 00:00:00 2001 From: Luke Dashjr Date: Sat, 10 Mar 2018 22:14:02 +0000 Subject: configure: UniValue 1.0.4 is required for pushKV(, bool) --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 2b6ee1dc3f..d4cd895088 100644 --- a/configure.ac +++ b/configure.ac @@ -1025,7 +1025,7 @@ if test x$system_univalue != xno ; then m4_ifdef( [PKG_CHECK_MODULES], [ - PKG_CHECK_MODULES([UNIVALUE],[libunivalue],[found_univalue=yes],[true]) + PKG_CHECK_MODULES([UNIVALUE],[libunivalue >= 1.0.4],[found_univalue=yes],[true]) ] ) else -- cgit v1.2.3