aboutsummaryrefslogtreecommitdiffstats
path: root/drivers.m4
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2005-08-27 07:02:25 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2005-08-27 07:02:25 +0000
commit6696076f075b14f23e905f21395cb5ad638f9570 (patch)
treed8779513b6dd5976e22aa2a85d9fcd1c2f7add4f /drivers.m4
parent204d3caf8089d0f39a405889a130a67ed5d32441 (diff)
downloadlcd4linux-6696076f075b14f23e905f21395cb5ad638f9570.tar.gz
[lcd4linux @ 2005-08-27 07:02:25 by reinelt]
LCD-Linux updated to 0.9.0 git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@585 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'drivers.m4')
-rw-r--r--drivers.m410
1 files changed, 7 insertions, 3 deletions
diff --git a/drivers.m4 b/drivers.m4
index 1421787..45e4727 100644
--- a/drivers.m4
+++ b/drivers.m4
@@ -218,9 +218,13 @@ if test "$HD44780" = "yes"; then
fi
if test "$LCDLINUX" = "yes"; then
- TEXT="yes"
- DRIVERS="$DRIVERS drv_LCDLinux.o"
- AC_DEFINE(WITH_LCDLINUX,1,[LCD-Linux driver])
+ if test "$has_lcd_linux" = true; then
+ TEXT="yes"
+ DRIVERS="$DRIVERS drv_LCDLinux.o"
+ AC_DEFINE(WITH_LCDLINUX,1,[LCD-Linux driver])
+ else
+ AC_MSG_WARN(lcd-linux.h not found: LCD-Linux driver disabled)
+ fi
fi
if test "$LCDTERM" = "yes"; then