aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorreinelt <>2004-03-14 06:07:33 +0000
committerreinelt <>2004-03-14 06:07:33 +0000
commit020be791a0d3134cca50addd0cb128867be560ea (patch)
tree4e667c772d35e8d95dda5d01f4ef6768991ef32d /configure.in
parent45c9c1ff954be62280e7d5c8a38059da8350bdfa (diff)
downloadlcd4linux-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.in2
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"