projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92ba2e3
)
configure.ac: remove commented out check
author
Ruben Kerkhof
<ruben@tilaa.com>
Fri, 11 Dec 2015 16:42:37 +0000
(17:42 +0100)
committer
Ruben Kerkhof
<ruben@tilaa.com>
Fri, 11 Dec 2015 16:42:37 +0000
(17:42 +0100)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
c448379
..
95a50e4
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-4085,11
+4085,6
@@
then
SAVE_CPPFLAGS="$CPPFLAGS"
CPPFLAGS="$CPPFLAGS $with_sensors_cflags"
-# AC_CHECK_HEADERS(sensors/sensors.h,
-# [
-# AC_DEFINE(HAVE_SENSORS_SENSORS_H, 1, [Define to 1 if you have the <sensors/sensors.h> header file.])
-# ],
-# [with_libsensors="no (sensors/sensors.h not found)"])
AC_CHECK_HEADERS(sensors/sensors.h, [], [with_libsensors="no (sensors/sensors.h not found)"])
CPPFLAGS="$SAVE_CPPFLAGS"