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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 499aad8..8c97626 100755 --- a/configure +++ b/configure @@ -2277,7 +2277,7 @@ if test "$RASTER" = "yes"; then fi -if test "$DRVLIBS" = ""; then +if test "$DRIVERS" = ""; then { echo "configure: error: You should include at least one driver..." 1>&2; exit 1; } fi -- cgit v1.2.3