fixed check of sensors/error.h
authorJean-Philippe Orsini <jeanfi@gmail.com>
Sat, 2 Aug 2014 10:42:46 +0000 (12:42 +0200)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Sat, 2 Aug 2014 10:42:46 +0000 (12:42 +0200)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index fbdf316..1feb9c4 100644 (file)
--- 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
 ------
index e17d5f7..32fd731 100644 (file)
@@ -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)