aboutsummaryrefslogtreecommitdiffstats
path: root/drivers.m4
diff options
context:
space:
mode:
authormichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2007-01-16 06:34:33 +0000
committermichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2007-01-16 06:34:33 +0000
commit8f9e8b588da645efc452096fed71df9c572fdf42 (patch)
tree155581264659fd9154e83b0a1d8daa0f874da74d /drivers.m4
parentcdc726c901071ee8e94357a3691eb79ff6fa5817 (diff)
downloadlcd4linux-8f9e8b588da645efc452096fed71df9c572fdf42.tar.gz
Patch from Robert Buchholz: NULL driver link error fixed, m4 files included in distribution
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@737 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'drivers.m4')
-rw-r--r--drivers.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers.m4 b/drivers.m4
index 72b6e27..e076649 100644
--- a/drivers.m4
+++ b/drivers.m4
@@ -359,6 +359,7 @@ if test "$NORITAKE" = "yes"; then
fi
if test "$NULL" = "yes"; then
+ TEXT="yes"
DRIVERS="$DRIVERS drv_NULL.o"
AC_DEFINE(WITH_NULL,1,[NULL driver])
fi