From dd1a404efacbdebeca5059da491e0d381de8cbed Mon Sep 17 00:00:00 2001 From: tomo Date: Tue, 7 Oct 2003 08:08:34 +0000 Subject: [PATCH] Delete HAVE_CHISE_CLIENT. --- configure.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 7bee8ba..bdfc910 100644 --- a/configure.in +++ b/configure.in @@ -4471,9 +4471,8 @@ if test "$with_database_gdbm $with_database_dbm $with_database_berkdb" \ != "no no no"; then AC_DEFINE(HAVE_DATABASE) XE_ADD_OBJS(database.o) - if test "$with_utf_2000" = "yes"; then + if test "$with_utf_2000" = "yes" -a "$with_chise" != "yes" ; then AC_DEFINE(HAVE_CHISE) - AC_DEFINE(HAVE_CHISE_CLIENT) fi fi -- 1.7.10.4