projects
/
chise
/
xemacs-chise.git.1
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd930f0
)
Define HAVE_CHISE_CLIENT when HAVE_DATABASE and UTF2000 are defined.
author
tomo
<tomo>
Mon, 11 Mar 2002 17:29:59 +0000
(17:29 +0000)
committer
tomo
<tomo>
Mon, 11 Mar 2002 17:29:59 +0000
(17:29 +0000)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index
6485deb
..
df8b701
100644
(file)
--- 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