From 1c59ca4b862b3eec4475a75e338dca11766c1c2b Mon Sep 17 00:00:00 2001 From: tomo Date: Mon, 6 Oct 2003 02:57:42 +0000 Subject: [PATCH] Use HAVE_LIBCHISE instead of CHISE; add HAVE_CHISE if HAVE_LIBCHISE or HAVE_CHISE_CLIENT is defined. --- configure.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 1.7.10.4