aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
-rw-r--r--plugins.m42
2 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index f57f1bb..9f47845 100755
--- 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
diff --git a/plugins.m4 b/plugins.m4
index 61802e8..dc01f84 100644
--- a/plugins.m4
+++ b/plugins.m4
@@ -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