diff options
author | Luke Dashjr <luke-jr+git@utopios.org> | 2018-03-10 22:14:02 +0000 |
---|---|---|
committer | Luke Dashjr <luke-jr+git@utopios.org> | 2018-03-10 22:14:04 +0000 |
commit | 8172d3aadb125340d4008b9aa81a3800f0370d1f (patch) | |
tree | d1ffc7f462af5904100c760bfccf547a3688abe9 | |
parent | 91986ed206fa830e5985560c6895b0d30b375054 (diff) |
configure: UniValue 1.0.4 is required for pushKV(, bool)
-rw-r--r-- | configure.ac | 2 |
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 |