A new behavior is consistent with the other optional dependencies.
The source code contains #if ENABLE_ZMQ
lines only:
0$ git grep ENABLE_ZMQ -- src/*.cpp
1src/init.cpp:#if ENABLE_ZMQ
2src/init.cpp:#if ENABLE_ZMQ
3src/init.cpp:#if ENABLE_ZMQ
4src/init.cpp:#if ENABLE_ZMQ
5src/init.cpp:#if ENABLE_ZMQ
Change in description line – “Define to 1…” –> “Define this symbol..” – is motivated by the fact that the actual value of the defined ENABLE_ZMQ
macro does not matter at all.
Related to: