diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2018-03-14 15:20:45 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2018-03-14 15:22:23 +0100 |
commit | 05042d38ba56930d16596d580869f2f38f255232 (patch) | |
tree | a507ac960cec1ad75b5eb4985b0761bd8bc1a919 /configure.ac | |
parent | 7fb8fb43a6303eac1cda11abf8b9980eddc4834f (diff) | |
parent | 8172d3aadb125340d4008b9aa81a3800f0370d1f (diff) |
Merge #12666: configure: UniValue 1.0.4 is required for pushKV(, bool)
8172d3a configure: UniValue 1.0.4 is required for pushKV(, bool) (Luke Dashjr)
Pull request description:
The breaking changes (#12193) are already merged, so this blocks 0.17.0.
It depends on jgarzik/univalue#42 or jgarzik/univalue#50 being merged and released in UniValue 1.0.4.
Tree-SHA512: 3a21bbc72d6632bd07ee60ad7780b9ee95908357bcf59b4795b693d8a5d8c88943d6451482f11916ff5417e3bdbb9916062f87d0d73e79f50eb95ddabe21f943
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 48f104bdca..18f707f0ba 100644 --- a/configure.ac +++ b/configure.ac @@ -1055,7 +1055,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 |