configure.ac: remove commented out check
authorRuben Kerkhof <ruben@tilaa.com>
Fri, 11 Dec 2015 16:42:37 +0000 (17:42 +0100)
committerRuben Kerkhof <ruben@tilaa.com>
Fri, 11 Dec 2015 16:42:37 +0000 (17:42 +0100)
configure.ac

index c448379..95a50e4 100644 (file)
@@ -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"