summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2015-11-27 16:49:08 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2015-11-27 16:51:28 +0100
commit0c59329726878b98c422ae1d20e627d9e350b758 (patch)
tree52b31d00df4a0bafb1489edb6a65113d5d656ad1 /configure.ac
parent426cad9264067820e0dabe4bcf5e045edbf5c214 (diff)
downloaddabmod-0c59329726878b98c422ae1d20e627d9e350b758.tar.gz
dabmod-0c59329726878b98c422ae1d20e627d9e350b758.tar.bz2
dabmod-0c59329726878b98c422ae1d20e627d9e350b758.zip
Enable zeromq by default
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 6e9e46e..72a5004 100644
--- a/configure.ac
+++ b/configure.ac
@@ -75,7 +75,8 @@ AC_ARG_ENABLE([kiss_fft],
# ZeroMQ message queue input
AC_ARG_ENABLE([zeromq],
- AS_HELP_STRING([--enable-zeromq], [Enable ZeroMQ input, output and remote control]))
+ [AS_HELP_STRING([--disable-zeromq], [Disable ZeroMQ input, output and remote control])],
+ [], [enable_zeromq=yes])
# UHD support control
AC_ARG_ENABLE([output_uhd],