aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2003-04-08 16:27:16 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2003-04-08 16:27:16 +0000
commit0b74f17f68d3d8f53bea2e83ef1386affd1afaf3 (patch)
tree71b7916dc8d28e2e15842d182ba36326a58d438d /configure
parent[w3m-dev 03864] doc/README (diff)
downloadw3m-0b74f17f68d3d8f53bea2e83ef1386affd1afaf3.tar.gz
w3m-0b74f17f68d3d8f53bea2e83ef1386affd1afaf3.zip
[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 <ukai@debian.or.jp>
Diffstat (limited to '')
-rwxr-xr-xconfigure10
1 files changed, 5 insertions, 5 deletions
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