diff options
author | reinelt <> | 2004-03-14 06:07:33 +0000 |
---|---|---|
committer | reinelt <> | 2004-03-14 06:07:33 +0000 |
commit | 020be791a0d3134cca50addd0cb128867be560ea (patch) | |
tree | 4e667c772d35e8d95dda5d01f4ef6768991ef32d /configure | |
parent | 45c9c1ff954be62280e7d5c8a38059da8350bdfa (diff) | |
download | lcd4linux-020be791a0d3134cca50addd0cb128867be560ea.tar.gz |
[lcd4linux @ 2004-03-14 06:07:33 by reinelt]
Status update.
Fixed bug in configure.in with X11 disabled (thanks to Kevin Liu)
Diffstat (limited to '')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 8bb4b95..40534ef 100644 --- a/configure.in +++ b/configure.in @@ -244,7 +244,7 @@ fi if test "$X11" = "yes"; then if test "$no_x" = "yes"; then - AC_MSG_ERROR(X11 headers or libraries not available: X11 driver disabled) + AC_MSG_WARN(X11 headers or libraries not available: X11 driver disabled) else GRAPHIC="yes" # DRIVERS="$DRIVERS drv_X11.lo" |