diff options
author | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2005-11-04 04:53:10 +0000 |
---|---|---|
committer | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2005-11-04 04:53:10 +0000 |
commit | 23947e3030131facc78c00aaf20932cb9f599cec (patch) | |
tree | 43d00e80f2becb315fc935cc40bb96a4763babff /configure | |
parent | 7d94facdb6cfcd91c404d906af11de1672951600 (diff) | |
download | lcd4linux-23947e3030131facc78c00aaf20932cb9f599cec.tar.gz |
[lcd4linux @ 2005-11-04 04:53:08 by reinelt]
sample plugin activated
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@591 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to '')
-rwxr-xr-x | configure | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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 ;; @@ -7474,6 +7478,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" |