From 983a26d1a2c110b35db252b4b79c3f03eb4eeb4b Mon Sep 17 00:00:00 2001 From: "Austin S. Hemmelgarn" Date: Mon, 13 Apr 2020 10:32:33 -0400 Subject: Revert "Revert changes since v1.21 in pereparation for hotfix release." This reverts commit e2874320fc027f7ab51ab3e115d5b1889b8fd747. --- configure.ac | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 7347dac1d5..463a70cbbc 100644 --- a/configure.ac +++ b/configure.ac @@ -433,20 +433,6 @@ fi AC_MSG_RESULT([${enable_https}]) AM_CONDITIONAL([ENABLE_HTTPS], [test "${enable_https}" = "yes"]) -# ----------------------------------------------------------------------------- -# Exporting engine -AC_MSG_CHECKING([if netdata exporting engine should be used]) -if test "${UV_LIBS}"; then - enable_exporting_engine="yes" - AC_DEFINE([ENABLE_EXPORTING], [1], [netdata exporting engine usability]) - OPTIONAL_UV_CFLAGS="${UV_CFLAGS}" - OPTIONAL_UV_LIBS="${UV_LIBS}" -else - enable_exporting_engine="no" -fi -AC_MSG_RESULT([${enable_exporting_engine}]) -AM_CONDITIONAL([ENABLE_EXPORTING], [test "${enable_exporting_engine}" = "yes"]) - # ----------------------------------------------------------------------------- # JSON-C test "${enable_jsonc}" = "yes" -a -z "${JSONC_LIBS}" && \ -- cgit v1.2.3