summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2015-11-16 00:49:53 +0200
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2015-11-16 00:49:53 +0200
commit2306044fc85c2285c3f37666e7c2825d88b11aee (patch)
tree2f9bc3e5ecb33adf90573c683533b360207e2581 /configure.ac
parent3e672dc43359e6e911e400fea5d78773ce13d445 (diff)
removed NETDATA_DAEMON - it can be controlled via command line; now it opens log files before releasing root permissions; added preprocessor warnings if zlib or math are disabled; netdata.start adapted for installed netdata
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index fbfbec6e70..56279792a6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,12 +27,6 @@ PKG_PROG_PKG_CONFIG
AC_USE_SYSTEM_EXTENSIONS
AC_ARG_ENABLE(
- [daemon],
- [AS_HELP_STRING([--disable-daemon], [disable daemon])],
- ,
- [enable_daemon="yes"]
-)
-AC_ARG_ENABLE(
[plugin-plugin-nfacct],
[AS_HELP_STRING([--enable-plugin-plugin-nfacct], [enable nfacct plugin, requires root])],
,