diff options
| author | Luke Dashjr <[email protected]> | 2018-03-10 22:14:02 +0000 |
|---|---|---|
| committer | Luke Dashjr <[email protected]> | 2018-03-10 22:14:04 +0000 |
| commit | 8172d3aadb125340d4008b9aa81a3800f0370d1f (patch) | |
| tree | d1ffc7f462af5904100c760bfccf547a3688abe9 | |
| parent | scripted-diff: Use UniValue.pushKV instead of push_back(Pair()) (diff) | |
| download | discoin-8172d3aadb125340d4008b9aa81a3800f0370d1f.tar.xz discoin-8172d3aadb125340d4008b9aa81a3800f0370d1f.zip | |
configure: UniValue 1.0.4 is required for pushKV(, bool)
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 2b6ee1dc3..d4cd89508 100644 --- a/configure.ac +++ b/configure.ac @@ -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 |