From 32d3057edddf04a606d787093d4acb07e01de6cd Mon Sep 17 00:00:00 2001 From: Fumitoshi UKAI Date: Tue, 18 Mar 2003 15:25:47 +0000 Subject: [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 --- aclocal.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'aclocal.m4') diff --git a/aclocal.m4 b/aclocal.m4 index de3b501..f9463c2 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -236,7 +236,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) -- cgit v1.2.3