configure.in: Active the memory plugin if sysctl(3) is available.
authorFlorian Forster <octo@huhu.verplant.org>
Sat, 18 Apr 2009 11:27:11 +0000 (13:27 +0200)
committerFlorian Forster <octo@huhu.verplant.org>
Sat, 18 Apr 2009 11:27:11 +0000 (13:27 +0200)
configure.in

index 591de4f..7c4e417 100644 (file)
@@ -3275,6 +3275,7 @@ fi
 if test "x$have_sysctl" = "xyes"
 then
        plugin_cpu="yes"
+       plugin_memory="yes"
        plugin_swap="yes"
        plugin_uptime="yes"
 fi