diff options
-rw-r--r-- | Status | 2 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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" |