From fa5831bd6f940c4afb43ff625ba4fa6c641e999a Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Thu, 18 May 2023 10:48:48 +0100 Subject: build: Do not define `ENABLE_ZMQ` when ZMQ is not available A new behavior is consistent with the other optional dependencies. The source code contains `#if ENABLE_ZMQ` lines only. --- build_msvc/bitcoin_config.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build_msvc/bitcoin_config.h.in') diff --git a/build_msvc/bitcoin_config.h.in b/build_msvc/bitcoin_config.h.in index 02d8fc41c2..0a8bc97fe7 100644 --- a/build_msvc/bitcoin_config.h.in +++ b/build_msvc/bitcoin_config.h.in @@ -38,7 +38,7 @@ /* Define to 1 to enable SQLite wallet */ #define USE_SQLITE 1 -/* Define to 1 to enable ZMQ functions */ +/* Define this symbol to enable ZMQ functions */ #define ENABLE_ZMQ 1 /* define if external signer support is enabled (requires Boost::Process) */ -- cgit v1.2.3