From: Jan Andres Date: Sat, 31 Jan 2015 09:03:13 +0000 (+0100) Subject: Enable the processes plugin by default on Solaris. X-Git-Tag: collectd-5.5.0~12^2~4^2~1 X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=5328ad78bb847e69340c573fd528dcdc1ec58ed2 Enable the processes plugin by default on Solaris. It now builds and works correctly in both 32-bit and 64-bit mode. --- diff --git a/configure.in b/configure.in index 234ebf7c..987644ed 100644 --- a/configure.in +++ b/configure.in @@ -4769,6 +4769,7 @@ fi if test "x$with_kstat" = "xyes" then plugin_nfs="yes" + plugin_processes="yes" plugin_uptime="yes" plugin_zfs_arc="yes" fi