Define HAVE_CHISE_CLIENT when HAVE_DATABASE and UTF2000 are defined.
authortomo <tomo>
Mon, 11 Mar 2002 17:29:59 +0000 (17:29 +0000)
committertomo <tomo>
Mon, 11 Mar 2002 17:29:59 +0000 (17:29 +0000)
configure.in

index 6485deb..df8b701 100644 (file)
@@ -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