summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9567dd5)
raw | patch | inline | side by side (parent: 9567dd5)
author | Sebastian Harl <sh@tokkee.org> | |
Sun, 10 May 2009 11:26:29 +0000 (13:26 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sun, 10 May 2009 15:42:19 +0000 (17:42 +0200) |
configure.in | patch | blob | history |
diff --git a/configure.in b/configure.in
index 287a9e569bc011adf5d6462feee220aaceb5cd95..bed0c5df98a70f96e0efe0eeb6f0325bc845c7cf 100644 (file)
--- a/configure.in
+++ b/configure.in
AC_PLUGIN([entropy], [$plugin_entropy], [Entropy statistics])
AC_PLUGIN([exec], [yes], [Execution of external programs])
AC_PLUGIN([filecount], [yes], [Count files in directories])
+AC_PLUGIN([fscache], [$plugin_fscache], [fscache statistics])
AC_PLUGIN([gmond], [$with_libganglia], [Ganglia plugin])
AC_PLUGIN([hddtemp], [yes], [Query hddtempd])
AC_PLUGIN([interface], [$plugin_interface], [Interface traffic statistics])
AC_PLUGIN([netlink], [$with_libnetlink], [Enhanced Linux network statistics])
AC_PLUGIN([network], [yes], [Network communication plugin])
AC_PLUGIN([nfs], [$plugin_nfs], [NFS statistics])
-AC_PLUGIN([fscache], [$plugin_fscache], [fscache statistics])
AC_PLUGIN([nginx], [$with_libcurl], [nginx statistics])
AC_PLUGIN([notify_desktop], [$with_libnotify], [Desktop notifications])
AC_PLUGIN([notify_email], [$with_libesmtp], [Email notifier])
entropy . . . . . . . $enable_entropy
exec . . . . . . . . $enable_exec
filecount . . . . . . $enable_filecount
+ fscache . . . . . . . $enable_fscache
gmond . . . . . . . . $enable_gmond
hddtemp . . . . . . . $enable_hddtemp
interface . . . . . . $enable_interface
netlink . . . . . . . $enable_netlink
network . . . . . . . $enable_network
nfs . . . . . . . . . $enable_nfs
- fscache . . . . . . . $enable_fscache
nginx . . . . . . . . $enable_nginx
notify_desktop . . . $enable_notify_desktop
notify_email . . . . $enable_notify_email