From 1c3b70b7357e22a819316d4c54499ee5aa351728 Mon Sep 17 00:00:00 2001 From: tomo Date: Tue, 15 Jun 1999 02:13:01 +0000 Subject: [PATCH] Add new option `--with-utf-2000'; define `UTF2000' if it is specified. --- configure.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/configure.in b/configure.in index f4e0904..ddebdb7 100644 --- a/configure.in +++ b/configure.in @@ -491,6 +491,7 @@ while test $# != 0; do with_xfs | \ with_i18n3 | \ with_mule | \ + with_utf_2000 | \ with_file_coding| \ with_canna | \ with_wnn | \ @@ -2969,6 +2970,10 @@ if test "$with_mule" = "yes" ; then AC_CHECK_HEADERS(libintl.h) AC_CHECK_LIB(intl, strerror) + if test "$with_utf_2000" = "yes" ; then + AC_DEFINE(UTF2000) + fi + AC_CHECKING(for Mule input methods) dnl Do we have the XmIm* routines? And if so, do we want to use them? dnl XIM seems to be flaky except on Solaris... -- 1.7.10.4