OSDN Git Service

* bug fix configure.ac
authorkonn <konn@1a406e8e-add9-4483-a2c8-d8cac5b7c224>
Thu, 15 Jun 2006 08:21:35 +0000 (08:21 +0000)
committerkonn <konn@1a406e8e-add9-4483-a2c8-d8cac5b7c224>
Thu, 15 Jun 2006 08:21:35 +0000 (08:21 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/modchxj/mod_chxj/trunk@626 1a406e8e-add9-4483-a2c8-d8cac5b7c224

configure.ac

index ccf7c31..5cae904 100644 (file)
@@ -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.