From a7094bc01e32737113c64875760c4e6bb0c7809a Mon Sep 17 00:00:00 2001 From: tomo Date: Mon, 11 Mar 2002 17:29:59 +0000 Subject: [PATCH] Define HAVE_CHISE_CLIENT when HAVE_DATABASE and UTF2000 are defined. --- configure.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.in b/configure.in index 6485deb..df8b701 100644 --- a/configure.in +++ b/configure.in @@ -4156,6 +4156,9 @@ 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 + AC_DEFINE(HAVE_CHISE_CLIENT) + fi fi dnl Socks support -- 1.7.10.4