diff options
Diffstat (limited to 'acinclude.m4')
-rw-r--r-- | acinclude.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 4283926..5e8509d 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -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) |