From e4df90ccc595f18d2a42b27309bdfcdb5115dc0a Mon Sep 17 00:00:00 2001 From: tomo Date: Fri, 30 Jun 2000 08:51:17 +0000 Subject: [PATCH] Define `HAVE_GGC' if with-utf-2000 is specified. --- configure.in | 1 + 1 file changed, 1 insertion(+) 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) -- 1.7.10.4