X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=configure.in;h=df8b701796e5fc4d0885644c26b167c689fc8655;hb=10874e3cb19532cac624cf6684d3b742d101bfbe;hp=6485deb3a1980a2326d41a4bf39941846b6a3dfd;hpb=ae1c7392a43dad08216328ebca97262f4a42b926;p=chise%2Fxemacs-chise.git 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