diff options
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" |