From 215021e3e2de93daa7ddaa94a16d6cbfc2982165 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Sat, 5 Mar 2016 17:29:26 +0100 Subject: Conditionally compile zmq2farsync --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 0e61cce..927bdc8 100644 --- a/configure.ac +++ b/configure.ac @@ -214,6 +214,9 @@ AM_CONDITIONAL([HAVE_ZEROMQ_TEST], # Link against cURL AM_CONDITIONAL([HAVE_CURL_TEST], [test "x$enable_output_edi" = "xyes"]) +# Do not build odr-zmq2farsync if no RAW output +AM_CONDITIONAL([HAVE_OUTPUT_RAW_TEST], + [test "x$enable_output_raw" = "xyes"]) # Formats -- cgit v1.2.3