From 91348c5ecee2d7b22b2cb8d0af5a41d309efab91 Mon Sep 17 00:00:00 2001 From: michael Date: Tue, 23 Dec 2008 15:46:23 +0000 Subject: hddtemp plugin from Scott Bronson git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@907 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- configure | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'configure') diff --git a/configure b/configure index f28d8cf..19c7a73 100755 --- a/configure +++ b/configure @@ -8565,6 +8565,7 @@ echo "$as_me: error: run ./configure --with-plugins=..." >&2;} PLUGIN_FIFO="yes" PLUGIN_FILE="yes" PLUGIN_GPS="yes" + PLUGIN_HDDTEMP="yes" PLUGIN_I2C_SENSORS="yes" PLUGIN_ICONV="yes" PLUGIN_IMON="yes" @@ -8617,6 +8618,9 @@ echo "$as_me: error: run ./configure --with-plugins=..." >&2;} gps) PLUGIN_GPS=$val ;; + hddtemp) + PLUGIN_HDDTEMP=$hddtemp + ;; i2c_sensors) PLUGIN_I2C_SENSORS=$val ;; @@ -9147,6 +9151,14 @@ echo "$as_me: WARNING: libnmeap lib not found: gps plugin disabled" >&2;} { echo "$as_me:$LINENO: WARNING: nmeap.h header not found: gps plugin disabled" >&5 echo "$as_me: WARNING: nmeap.h header not found: gps plugin disabled" >&2;} fi +fi +if test "$PLUGIN_HDDTEMP" = "yes"; then + PLUGINS="$PLUGINS plugin_hddtemp.o" + +cat >>confdefs.h <<\_ACEOF +#define PLUGIN_HDDTEMP 1 +_ACEOF + fi if test "$PLUGIN_I2C_SENSORS" = "yes"; then PLUGINS="$PLUGINS plugin_i2c_sensors.o" -- cgit v1.2.3