From c96c03aa9838448b503364069a928d854a9a398f Mon Sep 17 00:00:00 2001 From: konn Date: Thu, 15 Jun 2006 08:21:35 +0000 Subject: [PATCH] * bug fix configure.ac git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/modchxj/mod_chxj/trunk@626 1a406e8e-add9-4483-a2c8-d8cac5b7c224 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index ccf7c31f..5cae904d 100644 --- a/configure.ac +++ b/configure.ac @@ -128,7 +128,7 @@ if test "x$with_iconv" != "xok" ; then AC_DEFINE([HAVE_LIBICONV], [], [Define to 1 if you have the iconv library file.]) fi fi -if test "x$with_iconv" != "xok" ; then +if test "x$with_iconv" = "x" ; then if test "x$with_iconv_hook" = "xyes" ; then AC_MSG_ERROR([ Please specify the --with-iconv-hook option. And, please specify the place of the libiconv_hook program. -- 2.11.0