diff options
author | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2004-03-14 07:11:42 +0000 |
---|---|---|
committer | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2004-03-14 07:11:42 +0000 |
commit | 1a6167b7b7e7223edd2a5bee630bd21eefae6446 (patch) | |
tree | 3fdd7b84e99849e1a2abf763d3180f5fb50f7e02 /configure | |
parent | 924eabb9cef6589471dc568c01402a64d27e0476 (diff) | |
download | lcd4linux-1a6167b7b7e7223edd2a5bee630bd21eefae6446.tar.gz |
[lcd4linux @ 2004-03-14 07:11:42 by reinelt]
parameter count fixed for plugin_dvb()
plugin_APM (battery status) ported
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@401 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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" |