From: Ruben Kerkhof Date: Mon, 5 Dec 2016 22:45:25 +0000 (+0100) Subject: turbostat plugin: don't depend on capabilities X-Git-Tag: collectd-5.8.0~284 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=4e8e1adb1b6affe8af4a844480b4cd11fbfae27e;p=collectd.git turbostat plugin: don't depend on capabilities The plugin builds fine without them. Fixes build on RHEL6. --- diff --git a/configure.ac b/configure.ac index 1c8d4db9..3d577b4d 100644 --- a/configure.ac +++ b/configure.ac @@ -5984,7 +5984,7 @@ if test "x$ac_system" = "xLinux"; then plugin_ipvs="yes" fi - if test "x$c_cv_have_usable_asm_msrindex_h" = "xyes" && test "x$have_cpuid_h" = "xyes" && test "x$have_capability" = "xyes"; then + if test "x$c_cv_have_usable_asm_msrindex_h" = "xyes" && test "x$have_cpuid_h" = "xyes"; then plugin_turbostat="yes" fi