projects
/
chise
/
xemacs-chise.git-
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e99bd1
)
Delete HAVE_CHISE_CLIENT.
author
tomo
<tomo>
Tue, 7 Oct 2003 08:08:34 +0000
(08:08 +0000)
committer
tomo
<tomo>
Tue, 7 Oct 2003 08:08:34 +0000
(08:08 +0000)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index
7bee8ba
..
bdfc910
100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-4471,9
+4471,8
@@
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
+ if test "$with_utf_2000" = "yes" -a "$with_chise" != "yes" ; then
AC_DEFINE(HAVE_CHISE)
- AC_DEFINE(HAVE_CHISE_CLIENT)
fi
fi