From 5328ad78bb847e69340c573fd528dcdc1ec58ed2 Mon Sep 17 00:00:00 2001 From: Jan Andres Date: Sat, 31 Jan 2015 10:03:13 +0100 Subject: [PATCH] Enable the processes plugin by default on Solaris. It now builds and works correctly in both 32-bit and 64-bit mode. --- configure.in | 1 + 1 file changed, 1 insertion(+) 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 -- 2.11.0