Without zeromq-devel package on Fedora 30:
$ ./configure | grep zmq
configure: WARNING: libzmq version 4.x or greater not found, disabling
with zmq = no
With installed zeromq-devel:
$ ./configure | grep zmq
with zmq = yes
Also this PR improves style in the miniupnpc related paragraphs.