aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2016-01-28 05:31:41 +0000
committerLuke Dashjr <luke-jr+git@utopios.org>2016-01-28 05:31:41 +0000
commit23565157bade9a3dce128c9bb3be9a5508f3421d (patch)
treeb6ea7ca12c43ded7d4d4beb0cf1b0de012dff808 /configure.ac
parent5d3b29bc00b85c99b07e1ca78ae8cc565f01edcc (diff)
downloadbitcoin-23565157bade9a3dce128c9bb3be9a5508f3421d.tar.xz
Change default configure option --with-system-univalue to "no"
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 9819c2493c..24f9f090f9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -149,10 +149,10 @@ AC_ARG_ENABLE([glibc-back-compat],
[use_glibc_compat=no])
AC_ARG_WITH([system-univalue],
- [AS_HELP_STRING([--without-system-univalue],
- [Build with system UniValue (default is auto)])],
+ [AS_HELP_STRING([--with-system-univalue],
+ [Build with system UniValue (default is no)])],
[system_univalue=$withval],
- [system_univalue=auto]
+ [system_univalue=no]
)
AC_ARG_ENABLE([zmq],
[AS_HELP_STRING([--disable-zmq],