diff options
author | michael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2009-01-13 04:02:35 +0000 |
---|---|---|
committer | michael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2009-01-13 04:02:35 +0000 |
commit | d77a54f74c2eeeae99ec340c32ca7a0f2cb9e2ef (patch) | |
tree | cca854d318ca3796586549a48d31e93d83fd69a4 /plugins.m4 | |
parent | 36f5ff7e8de33811bf0506bfd656b1dc935db06e (diff) | |
download | lcd4linux-d77a54f74c2eeeae99ec340c32ca7a0f2cb9e2ef.tar.gz |
moved 'print list of drivers and plugins' to the end of configure
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@957 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'plugins.m4')
-rw-r--r-- | plugins.m4 | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -492,13 +492,6 @@ fi if test "$PLUGINS" = ""; then AC_MSG_ERROR([You should include at least one plugin...]) -else - AC_MSG_RESULT( -[-----------------------------------------] -[including plugins:] -[ $PLUGINS] -[-----------------------------------------] - ) fi AC_SUBST(PLUGINS) |