From: tomo Date: Tue, 15 Jun 1999 02:13:01 +0000 (+0000) Subject: Add new option `--with-utf-2000'; define `UTF2000' if it is specified. X-Git-Tag: r21-2-15-buf-utf8-1~5 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=1c3b70b7357e22a819316d4c54499ee5aa351728;p=chise%2Fxemacs-chise.git- Add new option `--with-utf-2000'; define `UTF2000' if it is specified. --- 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...