diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-07-31 11:19:33 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-07-31 11:19:33 +0200 |
commit | 42a7a704606027b3a61cbdb02c3055b96a620e68 (patch) | |
tree | d06d2bca931ea9e3292af2476ecfe13a580e06aa /configure.ac | |
parent | 3c6c1ea2b45ec06ce493d595fc8cd3a03f056a84 (diff) | |
download | dabmux-42a7a704606027b3a61cbdb02c3055b96a620e68.tar.gz dabmux-42a7a704606027b3a61cbdb02c3055b96a620e68.tar.bz2 dabmux-42a7a704606027b3a61cbdb02c3055b96a620e68.zip |
Only build odr-zmq2edi if EDI enabled
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index d3d1a65..5e63c55 100644 --- a/configure.ac +++ b/configure.ac @@ -157,7 +157,7 @@ AC_DEFINE([HAVE_OUTPUT_ZEROMQ], [1], [Define if ZeroMQ output is enabled]) AC_DEFINE([HAVE_RC_ZEROMQ], [1], [Define if ZeroMQ enabled for rc]) # Link against cURL -AM_CONDITIONAL([HAVE_CURL_TEST], +AM_CONDITIONAL([HAVE_EDI_TEST], [test "x$enable_output_edi" = "xyes"]) # Do not build odr-zmq2farsync if no RAW output AM_CONDITIONAL([HAVE_OUTPUT_RAW_TEST], |