diff options
author | michael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2008-12-31 06:34:15 +0000 |
---|---|---|
committer | michael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2008-12-31 06:34:15 +0000 |
commit | 10ec19da9f09bf767603b86dd44a282b4ddc78f9 (patch) | |
tree | 1c3feb113f5ec3312c7c749ddef34c5e979d54e4 /drivers.m4 | |
parent | 9798fe8cbee8d9b26fdbd5167f2b46be574ec140 (diff) | |
download | lcd4linux-10ec19da9f09bf767603b86dd44a282b4ddc78f9.tar.gz |
ported r839 from volker_dev
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@927 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'drivers.m4')
-rw-r--r-- | drivers.m4 | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -697,5 +697,16 @@ if test "$LIBFTDI" = "yes"; then DRVLIBS="$DRVLIBS -lftdi" 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) AC_SUBST(DRVLIBS) |