aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2001-05-27 07:19:28 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2001-05-27 07:19:28 +0000
commit7430904ad42f0011dc13f385886f0164aa362bdc (patch)
treeb6d6f6584679fd315d9da25e8fc9c153578ec500 /configure.in
parentff0e2b1fb47d2891cd8d490382bb3d7f70927c43 (diff)
downloadlcd4linux-7430904ad42f0011dc13f385886f0164aa362bdc.tar.gz
[lcd4linux @ 2001-05-27 07:19:28 by reinelt]
fixed a warning in pixmap.c temporarily fixed a bug in isdn.c (ISDN_MAX_CHANNELS is no longer defined?) fixed a bug in configure.in (--with-drivers=xyz did not work) git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@135 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index e182668..376be74 100644
--- a/configure.in
+++ b/configure.in
@@ -171,7 +171,7 @@ if test "$RASTER" = "yes"; then
fi
-if test "$DRVLIBS" = ""; then
+if test "$DRIVERS" = ""; then
AC_MSG_ERROR([You should include at least one driver...])
fi