]> arthur.barton.de Git - netdata.git/blobdiff - configure.ac
build: move warning to autoconf
[netdata.git] / configure.ac
index ed32a935dab3d741f042fbe106d620fca8d42a54..c8a28297d40b54f6c917cc306ce21f36022a128a 100644 (file)
@@ -155,3 +155,6 @@ AC_CONFIG_FILES([
        web/Makefile
 ])
 AC_OUTPUT
+
+test "${with_math}" != "yes" && AC_MSG_WARN([You are building without math. math allows accurate calculations. It should be enabled.])
+test "${with_zlib}" != "yes" && AC_MSG_WARN([You are building without zlib. zlib allows netdata to trasnfer a lot less data with web clients. It should be enabled.])