From 020be791a0d3134cca50addd0cb128867be560ea Mon Sep 17 00:00:00 2001 From: reinelt <> Date: Sun, 14 Mar 2004 06:07:33 +0000 Subject: [lcd4linux @ 2004-03-14 06:07:33 by reinelt] Status update. Fixed bug in configure.in with X11 disabled (thanks to Kevin Liu) --- Status | 2 +- configure.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Status b/Status index d233dba..9c734c3 100644 --- a/Status +++ b/Status @@ -35,6 +35,7 @@ Lcd4Linux NextGeneration porting status plugin_proc_stat -> Finished (proc_stat, cpu, disk) {cb ci cn cs cu dm dr dt dw} plugin_uname -> Finished (uname) {o v} plugin_xmms -> Finished (xmms) NEW + plugin_seti -> Finished (seti) {hc ht} plugin_wifi -> To be done (Xavier or Martin) @@ -43,7 +44,6 @@ Lcd4Linux NextGeneration porting status tokens not ported : battery {bd bp bs} mail {e* u*} -seti {hc ht} ISDN {ic ii im io it} exec {x*} wifi {ws wl wn} 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" -- cgit v1.2.3