Skip to content
Snippets Groups Projects
Commit b36861ab authored by Georges Da Costa's avatar Georges Da Costa
Browse files

Update configure.sh

parent 8fd91e20
No related branches found
No related tags found
2 merge requests!2build system (v0), add long options,!1build system (v0), add long options, corrections
......@@ -106,7 +106,7 @@ gen_sensors_mk() {
detect_caps() {
[ -r /usr/include/linux/perf_event.h ] && hdr_whitelist=counters
[ -d /sys/class/infiniband ] && hdr_whitelist=${hdr_whitelist}|infiniband
[ -d /sys/class/infiniband ] && hdr_whitelist="${hdr_whitelist}|infiniband"
[ -r /proc/stat ] && hdr_whitelist="${hdr_whitelist}|load"
if [ -r /proc/net/route ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment