aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorLuca Deri <deri@ntop.org>2021-12-19 18:59:45 +0100
committerLuca Deri <deri@ntop.org>2021-12-19 18:59:45 +0100
commit7aad97fffbdd37f206a4164d6b61945b03dfbbc2 (patch)
tree18acecc6b03b727ace21ee8183a45ccd409141f9 /configure.ac
parent7153b8933ca6a3df3f6de7d47cbb25e66a8970d4 (diff)
Added Microsoft Azure support
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac9
1 files changed, 9 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 76f47eee1..0abfba487 100644
--- a/configure.ac
+++ b/configure.ac
@@ -267,6 +267,15 @@ if test "${with_maxminddb+set}" = set; then :
fi
fi
+dnl> Curl
+dnl> AC_CHECK_LIB([curl], [curl_easy_perform])
+dnl> if test ${ac_cv_lib_curl_curl_easy_perform} = "no"; then
+dnl> echo "Please install libcurl4-openssl-dev (http://curl.haxx.se/) in order to enable curl support"
+dnl> else
+dnl> ADDITIONAL_LIBS="${ADDITIONAL_LIBS} -lcurl"
+dnl> AC_DEFINE_UNQUOTED(HAVE_CURL, 1, [curl is present])
+dnl> fi
+
AC_CONFIG_FILES([Makefile example/Makefile example/Makefile.dpdk tests/Makefile tests/unit/Makefile tests/dga/Makefile rrdtool/Makefile libndpi.pc src/include/ndpi_define.h src/lib/Makefile python/Makefile fuzz/Makefile src/include/ndpi_api.h])
AC_CONFIG_FILES([tests/do.sh], [chmod +x tests/do.sh])
AC_CONFIG_HEADERS(src/include/ndpi_config.h)