Skip to content

Commit 05042d3

Browse files
committed
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
2 parents 7fb8fb4 + 8172d3a commit 05042d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1055,7 +1055,7 @@ if test x$system_univalue != xno ; then
10551055
m4_ifdef(
10561056
[PKG_CHECK_MODULES],
10571057
[
1058-
PKG_CHECK_MODULES([UNIVALUE],[libunivalue],[found_univalue=yes],[true])
1058+
PKG_CHECK_MODULES([UNIVALUE],[libunivalue >= 1.0.4],[found_univalue=yes],[true])
10591059
]
10601060
)
10611061
else

0 commit comments

Comments
 (0)