Skip to content

Commit 2356515

Browse files
committed
Change default configure option --with-system-univalue to "no"
1 parent 5d3b29b commit 2356515

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

configure.ac

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,10 +149,10 @@ AC_ARG_ENABLE([glibc-back-compat],
149149
[use_glibc_compat=no])
150150

151151
AC_ARG_WITH([system-univalue],
152-
[AS_HELP_STRING([--without-system-univalue],
153-
[Build with system UniValue (default is auto)])],
152+
[AS_HELP_STRING([--with-system-univalue],
153+
[Build with system UniValue (default is no)])],
154154
[system_univalue=$withval],
155-
[system_univalue=auto]
155+
[system_univalue=no]
156156
)
157157
AC_ARG_ENABLE([zmq],
158158
[AS_HELP_STRING([--disable-zmq],

0 commit comments

Comments
 (0)