mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-03 12:11:52 +02:00
configure: UniValue 1.0.4 is required for pushKV(, bool)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user