aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorreinelt <>2004-03-14 07:11:42 +0000
committerreinelt <>2004-03-14 07:11:42 +0000
commitd79b0ee1eb85fbd96884d2d4c8aa76534cb466d9 (patch)
tree3fdd7b84e99849e1a2abf763d3180f5fb50f7e02 /configure
parent020be791a0d3134cca50addd0cb128867be560ea (diff)
downloadlcd4linux-d79b0ee1eb85fbd96884d2d4c8aa76534cb466d9.tar.gz
[lcd4linux @ 2004-03-14 07:11:42 by reinelt]
parameter count fixed for plugin_dvb() plugin_APM (battery status) ported
Diffstat (limited to '')
-rwxr-xr-xconfigure5
1 files changed, 2 insertions, 3 deletions
diff --git a/configure b/configure
index 2e3a6a4..c7e0d65 100755
--- a/configure
+++ b/configure
@@ -21092,9 +21092,8 @@ fi
if test "$X11" = "yes"; then
if test "$no_x" = "yes"; then
- { { echo "$as_me:$LINENO: error: X11 headers or libraries not available: X11 driver disabled" >&5
-echo "$as_me: error: X11 headers or libraries not available: X11 driver disabled" >&2;}
- { (exit 1); exit 1; }; }
+ { echo "$as_me:$LINENO: WARNING: X11 headers or libraries not available: X11 driver disabled" >&5
+echo "$as_me: WARNING: X11 headers or libraries not available: X11 driver disabled" >&2;}
else
GRAPHIC="yes"
# DRIVERS="$DRIVERS drv_X11.lo"