[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>
This commit is contained in:
Fumitoshi UKAI
2003-03-18 15:25:47 +00:00
parent e3a9349567
commit 32d3057edd
4 changed files with 10 additions and 4 deletions

2
configure vendored
View File

@@ -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