From a8ac67d24a70e6e431ce7c7e5537effd322e418b Mon Sep 17 00:00:00 2001 From: reinelt <> Date: Fri, 4 Nov 2005 04:53:10 +0000 Subject: [lcd4linux @ 2005-11-04 04:53:08 by reinelt] sample plugin activated --- configure | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'configure') diff --git a/configure b/configure index b3f4344..eca8f7a 100755 --- a/configure +++ b/configure @@ -6553,6 +6553,7 @@ echo "$as_me: error: run ./configure --with-plugins=..." >&2;} PLUGIN_PPP="yes" PLUGIN_PROC_STAT="yes" PLUGIN_PYTHON=$with_python + PLUGIN_SAMPLE="yes" PLUGIN_SETI="yes" PLUGIN_STATFS="yes" PLUGIN_UNAME="yes" @@ -6608,6 +6609,9 @@ echo "$as_me: error: run ./configure --with-plugins=..." >&2;} python) PLUGIN_PYTHON=$val ;; + sample) + PLUGIN_SAMPLE=$val + ;; seti) PLUGIN_SETI=$val ;; @@ -7473,6 +7477,14 @@ _ACEOF fi fi +fi +if test "$PLUGIN_SAMPLE" = "yes"; then + PLUGINS="$PLUGINS plugin_sample.o" + +cat >>confdefs.h <<\_ACEOF +#define PLUGIN_SAMPLE 1 +_ACEOF + fi if test "$PLUGIN_SETI" = "yes"; then PLUGINS="$PLUGINS plugin_seti.o" -- cgit v1.2.3