aboutsummaryrefslogtreecommitdiffstats
path: root/drivers.m4
diff options
context:
space:
mode:
authormichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2008-12-31 06:34:15 +0000
committermichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2008-12-31 06:34:15 +0000
commit10ec19da9f09bf767603b86dd44a282b4ddc78f9 (patch)
tree1c3feb113f5ec3312c7c749ddef34c5e979d54e4 /drivers.m4
parent9798fe8cbee8d9b26fdbd5167f2b46be574ec140 (diff)
downloadlcd4linux-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.m411
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers.m4 b/drivers.m4
index 2114ffa..f42e136 100644
--- a/drivers.m4
+++ b/drivers.m4
@@ -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)