projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9f877b
)
turbostat plugin: don't depend on capabilities
author
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Mon, 5 Dec 2016 22:45:25 +0000
(23:45 +0100)
committer
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Mon, 5 Dec 2016 22:45:25 +0000
(23:45 +0100)
The plugin builds fine without them. Fixes build on RHEL6.
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
1c8d4db
..
3d577b4
100644
(file)
--- 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