From: tomo Date: Mon, 6 Oct 2003 02:57:42 +0000 (+0000) Subject: Use HAVE_LIBCHISE instead of CHISE; add HAVE_CHISE if HAVE_LIBCHISE or X-Git-Tag: r21-4-12-chise-0_21-pre7-for-libchise-b1-r0_2_0-pre7~15 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=1c59ca4b862b3eec4475a75e338dca11766c1c2b;p=chise%2Fxemacs-chise.git.1 Use HAVE_LIBCHISE instead of CHISE; add HAVE_CHISE if HAVE_LIBCHISE or HAVE_CHISE_CLIENT is defined. --- diff --git a/configure.in b/configure.in index 9d3f532..7bee8ba 100644 --- a/configure.in +++ b/configure.in @@ -3723,7 +3723,8 @@ if test "$with_mule" = "yes" ; then test -z "$with_chise" && with_chise=yes if test "$with_chise" = "yes"; then - AC_DEFINE(CHISE) + AC_DEFINE(HAVE_CHISE) + AC_DEFINE(HAVE_LIBCHISE) XE_PREPEND(-lchise, libs_x) fi @@ -4471,6 +4472,7 @@ if test "$with_database_gdbm $with_database_dbm $with_database_berkdb" \ AC_DEFINE(HAVE_DATABASE) XE_ADD_OBJS(database.o) if test "$with_utf_2000" = "yes"; then + AC_DEFINE(HAVE_CHISE) AC_DEFINE(HAVE_CHISE_CLIENT) fi fi