repo: rxvt-unicode-sixel
action: commit
revision: 
path_from: 
revision_from: 42eb3af723674f9de056d3bda20fead790a46e54:
path_to: 
revision_to: 
git.thebackupbox.net
rxvt-unicode-sixel
git clone git://git.thebackupbox.net/rxvt-unicode-sixel
commit 42eb3af723674f9de056d3bda20fead790a46e54
Author: Emanuele Giaquinta 
Date:   Mon Jun 25 13:53:42 2007 +0000

    *** empty log message ***

diff --git a/configure.ac b/configure.ac
index 9ee539d48737d30fd09cf174c0b46c7e42ee31fa..
index ..deae5119a6c4568b4b22afdace2f6beebbceb995 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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

-----END OF PAGE-----