From 7430904ad42f0011dc13f385886f0164aa362bdc 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) git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@135 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- 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