]> git.webhop.me Git - lcd4linux.git/commitdiff
hddtemp autconf bug fixed
authormichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Tue, 6 Jan 2009 07:33:53 +0000 (07:33 +0000)
committermichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Tue, 6 Jan 2009 07:33:53 +0000 (07:33 +0000)
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@949 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

configure
plugins.m4

index f57f1bbeb1d227c949a3c6839e580ac87d65d1a1..9f47845c308c32f4b66982d263c914c949ddb048 100755 (executable)
--- a/configure
+++ b/configure
@@ -8659,7 +8659,7 @@ echo "$as_me: error: run ./configure --with-plugins=..." >&2;}
          PLUGIN_GPS=$val
          ;;
       hddtemp)
-         PLUGIN_HDDTEMP=$hddtemp
+         PLUGIN_HDDTEMP=$val
          ;;
       i2c_sensors)
          PLUGIN_I2C_SENSORS=$val
index 61802e87963717fa922eb534878fdc9f22b17084..dc01f847c9df6a58b2dd0159f89fe5a568b8ccd5 100644 (file)
@@ -125,7 +125,7 @@ for plugin in $plugins; do
          PLUGIN_GPS=$val
          ;;
       hddtemp)
-         PLUGIN_HDDTEMP=$hddtemp
+         PLUGIN_HDDTEMP=$val
          ;;
       i2c_sensors)
          PLUGIN_I2C_SENSORS=$val