aboutsummaryrefslogtreecommitdiffstats
path: root/plugins.m4
diff options
context:
space:
mode:
authormichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2008-12-24 14:02:47 +0000
committermichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2008-12-24 14:02:47 +0000
commit52df507b2fc152a99b816fd88e9bc8bfe05e0d7d (patch)
tree55b5031c49cb74e750107e0eb5a01f53ea25f667 /plugins.m4
parentfb997fc9b040a7c49c7073a7bc454bb68891379b (diff)
downloadlcd4linux-52df507b2fc152a99b816fd88e9bc8bfe05e0d7d.tar.gz
cleanup & cosmetics
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@911 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'plugins.m4')
-rw-r--r--plugins.m411
1 files changed, 3 insertions, 8 deletions
diff --git a/plugins.m4 b/plugins.m4
index 417c894..727c4b3 100644
--- a/plugins.m4
+++ b/plugins.m4
@@ -90,9 +90,9 @@ for plugin in $plugins; do
apm)
PLUGIN_APM=$val
;;
- button_exec)
- PLUGIN_BUTTON_EXEC=$val
- ;;
+ button_exec)
+ PLUGIN_BUTTON_EXEC=$val
+ ;;
asterisk)
PLUGIN_ASTERISK=$val
;;
@@ -386,11 +386,6 @@ if test "$PLUGIN_XMMS" = "yes"; then
AC_DEFINE(PLUGIN_XMMS,1,[xmms plugin])
fi
-#if test "$PLUGIN_" = "yes"; then
-# PLUGINS="$PLUGINS plugin_.o"
-# AC_DEFINE(PLUGIN_,1,[plugin])
-#fi
-
if test "$PLUGINS" = ""; then
AC_MSG_ERROR([You should include at least one plugin...])
#else