Change default configure option --with-system-univalue to "no"

This commit is contained in:
Luke Dashjr 2016-01-28 05:31:41 +00:00
parent 5d3b29bc00
commit 23565157ba

View file

@ -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],