Skip to content
Snippets Groups Projects
Commit a1e7e8e6 authored by Loïc Correnson's avatar Loïc Correnson Committed by Andre Maroneze
Browse files

[server/zmq] fix enabling/disabling zmq, including via --disable-server-zmq

parent a5d84fa3
No related branches found
No related tags found
No related merge requests found
......@@ -53,8 +53,11 @@ then
configure_pkg([zmq],
[Server support for ZeroMQ disabled (try 'opam install zmq').])
plugin_use_pkg(server,zmq)
SERVER_ZMQ=$HAS_OCAML_ZMQ
fi
AC_SUBST(SERVER_ZMQ)
#######################
# Generating Makefile #
#######################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment