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
This commit is contained in:
michael
2009-01-13 04:02:35 +00:00
parent 36f5ff7e8d
commit d77a54f74c
4 changed files with 27 additions and 36 deletions

View File

@@ -699,13 +699,6 @@ fi
if test "$DRIVERS" = ""; then
AC_MSG_ERROR([You should include at least one driver...])
else
AC_MSG_RESULT(
[-----------------------------------------]
[including drivers:]
[ $DRIVERS]
[-----------------------------------------]
)
fi
AC_SUBST(DRIVERS)