From 34e69ead4b80f67ddbf4114df25fd9906877cba5 Mon Sep 17 00:00:00 2001 From: reinelt Date: Sat, 22 May 2004 18:30:02 +0000 Subject: [lcd4linux @ 2004-05-22 18:30:01 by reinelt] added plugin 'uptime' git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@427 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- configure | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'configure') diff --git a/configure b/configure index 68d071c..ebf9082 100755 --- a/configure +++ b/configure @@ -5748,6 +5748,7 @@ echo "$as_me: error: run ./configure --with-plugins=..." >&2;} PLUGIN_PROC_STAT="yes" PLUGIN_SETI="yes" PLUGIN_UNAME="yes" + PLUGIN_UPTIME="yes" PLUGIN_WIRELESS="yes" PLUGIN_XMMS="yes" ;; @@ -5799,6 +5800,9 @@ echo "$as_me: error: run ./configure --with-plugins=..." >&2;} uname) PLUGIN_UNAME=$val ;; + uptime) + PLUGIN_UPTIME=$val + ;; wireless) PLUGIN_WIRELESS=$val ;; @@ -6640,6 +6644,14 @@ cat >>confdefs.h <<\_ACEOF #define PLUGIN_UNAME 1 _ACEOF +fi +if test "$PLUGIN_UPTIME" = "yes"; then + PLUGINS="$PLUGINS plugin_uptime.o" + +cat >>confdefs.h <<\_ACEOF +#define PLUGIN_UPTIME 1 +_ACEOF + fi if test "$PLUGIN_WIRELESS" = "yes"; then PLUGINS="$PLUGINS plugin_wireless.o" -- cgit v1.2.3