From 6314ec05ca453676a3464fdc43c332b28ccf4b37 Mon Sep 17 00:00:00 2001 From: reinelt <> Date: Sun, 27 May 2001 07:19:28 +0000 Subject: [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) --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') 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 -- cgit v1.2.3