Skip to content

Commit 8172d3a

Browse files
committed
configure: UniValue 1.0.4 is required for pushKV(, bool)
1 parent 91986ed commit 8172d3a

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
@@ -1025,7 +1025,7 @@ if test x$system_univalue != xno ; then
10251025
m4_ifdef(
10261026
[PKG_CHECK_MODULES],
10271027
[
1028-
PKG_CHECK_MODULES([UNIVALUE],[libunivalue],[found_univalue=yes],[true])
1028+
PKG_CHECK_MODULES([UNIVALUE],[libunivalue >= 1.0.4],[found_univalue=yes],[true])
10291029
]
10301030
)
10311031
else

0 commit comments

Comments
 (0)