aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorreinelt <>2006-02-19 15:42:19 +0000
committerreinelt <>2006-02-19 15:42:19 +0000
commit64fc350851966e883d2fe57efc01fc08687fb9e0 (patch)
tree6c76fb0bd4000b04d6afd5dff680a97891e9042d /configure
parentabf60f132a6bbae92d4eb35801989e8b39a0bca2 (diff)
downloadlcd4linux-64fc350851966e883d2fe57efc01fc08687fb9e0.tar.gz
[lcd4linux @ 2006-02-19 15:42:18 by reinelt]
file plugin from Chris Maj
Diffstat (limited to '')
-rwxr-xr-xconfigure12
1 files changed, 12 insertions, 0 deletions
diff --git a/configure b/configure
index 24a0305..e91a58a 100755
--- a/configure
+++ b/configure
@@ -6793,6 +6793,7 @@ echo "$as_me: error: run ./configure --with-plugins=..." >&2;}
PLUGIN_DISKSTATS="yes"
PLUGIN_DVB="yes"
PLUGIN_EXEC="yes"
+ PLUGIN_FILE="yes"
PLUGIN_I2C_SENSORS="yes"
PLUGIN_IMON="yes"
PLUGIN_ISDN="yes"
@@ -6827,6 +6828,9 @@ echo "$as_me: error: run ./configure --with-plugins=..." >&2;}
exec)
PLUGIN_EXEC=$val
;;
+ file)
+ PLUGIN_FILE=$val
+ ;;
i2c_sensors)
PLUGIN_I2C_SENSORS=$val
;;
@@ -7087,6 +7091,14 @@ cat >>confdefs.h <<\_ACEOF
_ACEOF
fi
+if test "$PLUGIN_FILE" = "yes"; then
+ PLUGINS="$PLUGINS plugin_file.o"
+
+cat >>confdefs.h <<\_ACEOF
+#define PLUGIN_FILE 1
+_ACEOF
+
+fi
if test "$PLUGIN_I2C_SENSORS" = "yes"; then
PLUGINS="$PLUGINS plugin_i2c_sensors.o"