From a53b954bc1d40b817db383338686dffc498440a9 Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Mon, 22 Apr 2013 16:55:46 +0900 Subject: [PATCH] - Change mail-address to chise-en@lists.chise.org. - Require Concord Ver.0.9 or later. --- configure.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.in b/configure.in index d7c540e..74f7c1a 100644 --- a/configure.in +++ b/configure.in @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.57) -AC_INIT(libchise, 0.5.0, chise-en@m17n.org) +AC_INIT(libchise, 0.5.0, chise-en@lists.chise.org) AC_CONFIG_SRCDIR(chise.c) AC_CONFIG_HEADER(config.h) @@ -42,8 +42,8 @@ LIBS=`echo "$SITE_LIBS $LIBS"|sed 's/^ *//'` ) # Checks for libraries. -AC_CHECK_LIB(concord,concord_open_ds, - , AC_MSG_ERROR(libconcord is not found.)) +AC_CHECK_LIB(concord,concord_open_env, + , AC_MSG_ERROR(Please install Concord Ver.0.9 or later.)) # Checks for header files. -- 1.7.10.4