Add new option `--with-utf-2000'; define `UTF2000' if it is specified.
authortomo <tomo>
Tue, 15 Jun 1999 02:13:01 +0000 (02:13 +0000)
committertomo <tomo>
Tue, 15 Jun 1999 02:13:01 +0000 (02:13 +0000)
configure.in

index f4e0904..ddebdb7 100644 (file)
@@ -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...