From 4e8e1adb1b6affe8af4a844480b4cd11fbfae27e Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Mon, 5 Dec 2016 23:45:25 +0100 Subject: [PATCH] turbostat plugin: don't depend on capabilities The plugin builds fine without them. Fixes build on RHEL6. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0