diff options
author | Fumitoshi UKAI <ukai@debian.or.jp> | 2003-03-18 15:25:47 +0000 |
---|---|---|
committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2003-03-18 15:25:47 +0000 |
commit | 32d3057edddf04a606d787093d4acb07e01de6cd (patch) | |
tree | 9c1f5df66de79842232abe006e266d0c5713e88b /configure | |
parent | fix typo (diff) | |
download | w3m-32d3057edddf04a606d787093d4acb07e01de6cd.tar.gz w3m-32d3057edddf04a606d787093d4acb07e01de6cd.zip |
[w3m-dev-en 00908] Re: autoconf: --without-migemo is a nop
* acinclude.m4 (AC_W3M_MIGEMO): dont define USE_MIGEMO
when with_migemo=no
From: Fumitoshi UKAI <ukai@debian.or.jp>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1455,7 +1455,7 @@ if test "${with_migemo+set}" = set; then test x"$with_migemo" = xyes || migemo_command="$with_migemo" fi - if test "${with_migemo+set}" = set; then + if test "${with_migemo+set}" = set -a "$with_migemo" != "no"; then cat >> confdefs.h <<\EOF #define USE_MIGEMO 1 EOF |