From c995c870aa4cc9b9ddf0a84ce15c544757a43a18 Mon Sep 17 00:00:00 2001 From: fanquake Date: Fri, 24 May 2019 16:39:45 -0400 Subject: depends: add ability to skip building zeromq --- depends/config.site.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'depends/config.site.in') 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 -- cgit v1.2.3