From ec68097e9862ccf4f1e5c69ad8a6164400cf02ec Mon Sep 17 00:00:00 2001 From: mogami Date: Mon, 4 Mar 2002 13:46:04 +0000 Subject: [PATCH] =?utf8?q?--disable-fontset=20=EF=BD=A4=EF=BE=8B=EF=BD=A4?= =?utf8?q?=EF=BE=84=EF=BD=A4=EF=BD=A4=EF=BD=A4=EF=BE=86=EF=BD=A4=EF=BE=8E?= =?utf8?q?=EF=BE=88=EF=BD=BD=EF=BE=83=EF=BE=87=EF=BD=A4=EF=BE=8E=EF=BD=A5?= =?utf8?q?=EF=BD=B3=EF=BD=A1=EF=BD=BC=EF=BD=A5=EF=BE=89=EF=BD=A4=EF=BD=AC?= =?utf8?q?=EF=BD=B4=EF=BE=96=EF=BD=B0=E7=BD=91=EF=BE=83=EF=BD=A4=EF=BE=86?= =?utf8?q?=EF=BD=A4=EF=BD=A4=EF=BD=A4=EF=BD=BF=EF=BD=A4=EF=BE=8E=EF=BD=A4?= =?utf8?q?=EF=BE=87=EF=BD=BD=EF=BD=A4=EF=BE=80=EF=BD=B5=EF=BD=A1=EF=BD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- configure.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.in b/configure.in index 030f5a5c8..123c33a51 100644 --- a/configure.in +++ b/configure.in @@ -75,17 +75,17 @@ if test "$have_x" = yes; then if test "$use_japanese" != no; then if test "$use_fontset" = yes; then AC_DEFINE(USE_FONTSET) + else + AC_DEFINE(_JP) fi if test "$use_xim" = yes; then AC_DEFINE(USE_XIM) fi - if test "$use_fontset" = yes || "$use_xim" = yes; then + if test "$use_fontset" = yes || test "$use_xim" = yes; then AC_DEFINE(USE_LOCALE) AC_DEFINE(DEFAULT_LOCALE, "ja_JP.eucJP", Default Japanese Locale) AC_CHECK_LIB(X11, _Xsetlocale, AC_DEFINE(X_LOCALE)) AC_CHECK_LIB(xpg4, setlocale, LIBS="$LIBS -lxpg4") - else - AC_DEFINE(_JP) fi fi fi -- 2.11.0