diff options
author | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2004-03-14 06:07:33 +0000 |
---|---|---|
committer | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2004-03-14 06:07:33 +0000 |
commit | 924eabb9cef6589471dc568c01402a64d27e0476 (patch) | |
tree | 4e667c772d35e8d95dda5d01f4ef6768991ef32d /configure | |
parent | 442be49e790c5850b57b909b469793fe9c22daaf (diff) | |
download | lcd4linux-924eabb9cef6589471dc568c01402a64d27e0476.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)
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@400 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to '')
-rw-r--r-- | configure.in | 2 |
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" |