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: https://git.verplant.org/?a=commitdiff_plain;h=2bd88d9ece3324f2aec0f34b0d043e433f63caee;p=collectd.git configure.ac: remove commented out check --- diff --git a/configure.ac b/configure.ac index c4483792..95a50e47 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"