[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:
2
configure
vendored
2
configure
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user