aboutsummaryrefslogtreecommitdiff
path: root/depends/config.site.in
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2019-05-24 16:39:45 -0400
committerfanquake <fanquake@gmail.com>2019-05-25 12:06:23 -0400
commitc995c870aa4cc9b9ddf0a84ce15c544757a43a18 (patch)
tree87e75889626dc13e9aba3ac55c6f502af03e31aa /depends/config.site.in
parent65c4bbe629bbb6eb4347d35a12b0b1c90eeabce9 (diff)
downloadbitcoin-c995c870aa4cc9b9ddf0a84ce15c544757a43a18.tar.xz
depends: add ability to skip building zeromq
Diffstat (limited to 'depends/config.site.in')
-rw-r--r--depends/config.site.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/depends/config.site.in b/depends/config.site.in
index 52b9a7eca2..e633752066 100644
--- a/depends/config.site.in
+++ b/depends/config.site.in
@@ -33,6 +33,10 @@ if test -z $with_gui && test -n "@no_qt@"; then
with_gui=no
fi
+if test -z $enable_zmq && test -n "@no_zmq@"; then
+ enable_zmq=no
+fi
+
if test x@host_os@ = xdarwin; then
BREW=no
PORT=no