mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
configure: UniValue 1.0.4 is required for pushKV(, bool)
This commit is contained in:
parent
91986ed206
commit
8172d3aadb
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue