*** empty log message ***
authorayin <ayin>
Mon, 25 Jun 2007 13:53:42 +0000 (13:53 +0000)
committerayin <ayin>
Mon, 25 Jun 2007 13:53:42 +0000 (13:53 +0000)
configure.ac

index 9ee539d48737d30fd09cf174c0b46c7e42ee31fa..deae5119a6c4568b4b22afdace2f6beebbceb995 100644 (file)
@@ -746,6 +746,11 @@ else
 exit (1);}]])],[dnl
   rxvt_cv_func_xlocale=yes],[rxvt_cv_func_xlocale=no],[dnl
   :])])
+if test x$support_xim = xyes; then
+  if test x$rxvt_cv_func_xlocale = xyes; then
+    AC_DEFINE(USE_XIM, 1, Define if you want to have XIM (X Input Method) protocol support - required for multibyte characters input)
+  fi
+fi
 
 AC_CACHE_CHECK(for working X setlocale, rxvt_cv_func_xsetlocale,
 [AC_LINK_IFELSE([AC_LANG_PROGRAM([[#define X_LOCALE 1
@@ -846,11 +851,6 @@ fi
 if test x$support_mouseslipwheel = xyes; then
   AC_DEFINE(MOUSE_SLIP_WHEELING, 1, Define to have CTRL cause wheel events to accelerate scrolling. Release CTRL to halt scrolling)
 fi
-if test x$support_xim = xyes -o x$multichar_set = xyes; then
-  if test x$rxvt_cv_func_xlocale = xyes; then
-    AC_DEFINE(USE_XIM, 1, Define if you want to have XIM (X Input Method) protocol support - required for multibyte characters input)
-  fi
-fi
 if test x$support_xpm = xyes -o x$support_afterimage = xyes ; then
   AC_DEFINE(XPM_BACKGROUND, 1, Define if you want to have sexy-looking background pixmaps. Needs libXpm or libAfterImage)
 fi