From: Ruben Kerkhof Date: Fri, 11 Dec 2015 16:42:37 +0000 (+0100) Subject: configure.ac: remove commented out check X-Git-Tag: collectd-5.6.0~499^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1455%2Fhead;p=thirdparty%2Fcollectd.git configure.ac: remove commented out check --- diff --git a/configure.ac b/configure.ac index c4483792b..95a50e472 100644 --- 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 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"