From a252f45b9b515055e0d603d3bab1163a56ca88ad Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Sat, 14 Dec 2013 21:37:46 +0100 Subject: fix zeromq configure option --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 2f1d873..3980872 100644 --- a/configure.ac +++ b/configure.ac @@ -175,7 +175,7 @@ AS_IF([test "x$enable_output_simul" = "xyes"], # ZeroMQ message queue AC_ARG_ENABLE([output_zeromq], [AS_HELP_STRING([--disable-output-zeromq], [Disable ZeroMQ output])], - [], [enable_output_zeromq=yes]) + [], [enable_output_zeromq=no]) AS_IF([test "x$enable_output_zeromq" = "xyes"], [AC_DEFINE(HAVE_OUTPUT_ZEROMQ, [1], [Define if ZeroMQ output is enabled])], [AC_CHECK_LIB(zmq, zmq_init, ,[AC_MSG_ERROR([ZeroMQ libzmq is required])])]) -- cgit v1.2.3