[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

View File

@@ -224,7 +224,7 @@ AC_DEFUN([AC_W3M_MIGEMO],
AC_ARG_WITH(migemo,
[ --with-migemo=MIGEMO_COMMAND migemo command],
[test x"$with_migemo" = xyes || migemo_command="$with_migemo"])
if test "${with_migemo+set}" = set; then
if test "${with_migemo+set}" = set -a "$with_migemo" != "no"; then
AC_DEFINE(USE_MIGEMO)
fi
AC_MSG_RESULT($migemo_command)