From 5a44c73989c0683f76f4651a5f007fc3accf8b99 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Sat, 27 Feb 2016 16:41:46 +0100 Subject: Fix compilation with EDI disabled --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index e7e169c..0e61cce 100644 --- a/configure.ac +++ b/configure.ac @@ -204,6 +204,8 @@ AS_IF([test "x$enable_output_edi" = "xyes"], AC_CHECK_LIB(curl, curl_easy_init, [true], [AC_MSG_ERROR([cURL is required for EDI output])])) AS_IF([test "x$enable_output_edi" = "xyes"], [AC_DEFINE(HAVE_OUTPUT_EDI, [1], [Define if EDI output is enabled])]) +AS_IF([test "x$enable_output_edi" = "xyes"], + [AC_DEFINE(HAVE_CURL, [1], [Define if cURL is available])]) # Link against lzmq AM_CONDITIONAL([HAVE_ZEROMQ_TEST], -- cgit v1.2.3