diff options
author | reinelt <> | 2001-05-27 07:19:28 +0000 |
---|---|---|
committer | reinelt <> | 2001-05-27 07:19:28 +0000 |
commit | 6314ec05ca453676a3464fdc43c332b28ccf4b37 (patch) | |
tree | b6d6f6584679fd315d9da25e8fc9c153578ec500 /configure | |
parent | 1666ad847898075d9b6d7a6f2fc375c7b8a1d626 (diff) | |
download | lcd4linux-6314ec05ca453676a3464fdc43c332b28ccf4b37.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)
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |