From: tomo Date: Tue, 7 Oct 2003 08:08:34 +0000 (+0000) Subject: Delete HAVE_CHISE_CLIENT. X-Git-Tag: r21-4-12-chise-0_21-pre7-for-libchise-b1-r0_2_0-pre7~3 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=dd1a404efacbdebeca5059da491e0d381de8cbed;p=chise%2Fxemacs-chise.git.1 Delete HAVE_CHISE_CLIENT. --- 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