aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2018-03-10 22:14:02 +0000
committerLuke Dashjr <luke-jr+git@utopios.org>2018-03-10 22:14:04 +0000
commit8172d3aadb125340d4008b9aa81a3800f0370d1f (patch)
treed1ffc7f462af5904100c760bfccf547a3688abe9 /configure.ac
parent91986ed206fa830e5985560c6895b0d30b375054 (diff)
downloadbitcoin-8172d3aadb125340d4008b9aa81a3800f0370d1f.tar.xz
configure: UniValue 1.0.4 is required for pushKV(, bool)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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