From: Jean-Philippe Orsini Date: Sat, 2 Aug 2014 10:42:46 +0000 (+0200) Subject: fixed check of sensors/error.h X-Git-Tag: v1.1.1~43 X-Git-Url: https://git.wpitchoune.net/gitweb/?p=psensor.git;a=commitdiff_plain;h=f74fc7ffb2d5b1a6e95e79340eec47f970597883 fixed check of sensors/error.h --- diff --git a/NEWS b/NEWS index fbdf316..1feb9c4 100644 --- a/NEWS +++ b/NEWS @@ -11,6 +11,7 @@ v1.1.1 not exist. * added menu separator for the application indicator menu between sensor items and preferences. +* fixed check of sensors/error.h. v1.0.3 ------ diff --git a/configure.ac b/configure.ac index e17d5f7..32fd731 100644 --- a/configure.ac +++ b/configure.ac @@ -54,7 +54,7 @@ AC_SUBST(PTHREAD_LIBS) # Checks sensors, required by psensor and psensor-server AC_CHECK_LIB(sensors, sensors_init) -AC_CHECK_HEADERS([sensors/sensors.h sensors/errors.h]) +AC_CHECK_HEADERS([sensors/sensors.h sensors/error.h]) SENSORS_LIBS=-lsensors AC_SUBST(SENSORS_LIBS)