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~25^2 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=36cb8649ab24bd2386790aee07204bc026bba801;p=collectd.git 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.ac b/configure.ac index ee18c725..9a4dfdd0 100644 --- a/configure.ac +++ b/configure.ac @@ -5228,6 +5228,7 @@ fi if test "x$with_kstat" = "xyes" then plugin_nfs="yes" + plugin_processes="yes" plugin_uptime="yes" plugin_zfs_arc="yes" fi