From 0b74f17f68d3d8f53bea2e83ef1386affd1afaf3 Mon Sep 17 00:00:00 2001 From: Fumitoshi UKAI Date: Tue, 8 Apr 2003 16:27:16 +0000 Subject: [w3m-dev 03865] Re: configure --help * acinclude.m4 (AC_W3M_ANSI_COLOR): depends USE_COLOR (AC_W3M_BG_COLOR): depends USE_COLOR (AC_W3M_W3MMAILER): depends external_uri_loader * fm.h: undef USE_BG_COLOR ifndef USE_COLOR From: Fumitoshi UKAI --- configure | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 10d56fb..ff8714f 100755 --- a/configure +++ b/configure @@ -19,9 +19,9 @@ ac_help="$ac_help ac_help="$ac_help --disable-color disable color for vt100 terminal" ac_help="$ac_help - --disable-ansi-color disable ansi color escape sequence" + --disable-ansi-color disable ansi color escape sequence" ac_help="$ac_help - --disable-bgcolor disable to set background color" + --disable-bgcolor disable to set background color" ac_help="$ac_help --disable-image[=x11,fb,fb+s] enable inline image handler" ac_help="$ac_help @@ -57,7 +57,7 @@ ac_help="$ac_help ac_help="$ac_help --disable-external-uri-loader disable external URI loader" ac_help="$ac_help - --disable-w3mmailer disable w3mmailer" + --disable-w3mmailer disable w3mmailer" ac_help="$ac_help --with-migemo=MIGEMO_COMMAND migemo command" ac_help="$ac_help @@ -1420,7 +1420,7 @@ if test "${enable_ansi_color+set}" = set; then enableval="$enable_ansi_color" : else - enable_ansi_color="yes" + enable_ansi_color="$enable_color" fi test x"$enable_ansi_color" = xyes && cat >> confdefs.h <<\EOF @@ -1436,7 +1436,7 @@ if test "${enable_bgcolor+set}" = set; then enableval="$enable_bgcolor" : else - enable_bgcolor="yes" + enable_bgcolor="$enable_color" fi test x"$enable_bgcolor" = xyes && cat >> confdefs.h <<\EOF -- cgit v1.2.3