From 0c59329726878b98c422ae1d20e627d9e350b758 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 27 Nov 2015 16:49:08 +0100 Subject: Enable zeromq by default --- INSTALL | 4 ++-- configure.ac | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/INSTALL b/INSTALL index 6e91627..5db412b 100644 --- a/INSTALL +++ b/INSTALL @@ -12,7 +12,7 @@ Simple install procedure: % tar xjf odr-dabmod-X.Y.Z.tar.bz2 # Unpack the source % cd odr-dabmod-X.Y.Z # Change to the source directory - % ./configure --enable-zeromq + % ./configure # Run the configure script % make # Build ODR-DabMod [ as root ] @@ -22,7 +22,7 @@ Configure options ================= The configure script can be launch with a variety of options: - --enable-zeromq Enable ZeroMQ input (to be used with ODR-DabMux), + --disable-zeromq Disable ZeroMQ input (to be used with ODR-DabMux), output and remotecontrol. --disable-output-uhd Disable the binding to the UHD driver for USRPs 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], -- cgit v1.2.3