From: tomo Date: Fri, 30 Jun 2000 08:51:17 +0000 (+0000) Subject: Define `HAVE_GGC' if with-utf-2000 is specified. X-Git-Tag: r21-2-34-utf-2000-0_17-0~61 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=e4df90ccc595f18d2a42b27309bdfcdb5115dc0a;p=chise%2Fxemacs-chise.git.1 Define `HAVE_GGC' if with-utf-2000 is specified. --- diff --git a/configure.in b/configure.in index 7185709..1cbb4d2 100644 --- a/configure.in +++ b/configure.in @@ -3419,6 +3419,7 @@ if test "$with_mule" = "yes" ; then if test "$with_utf_2000" = "yes" ; then AC_DEFINE(CHAR_IS_UCS4) AC_DEFINE(UTF2000) + AC_DEFINE(HAVE_GGC) fi AC_CHECKING(for Mule input methods)