ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/configure.ac
(Generate patch)

Comparing rxvt-unicode/configure.ac (file contents):
Revision 1.127 by sf-exg, Wed Jan 5 17:36:18 2011 UTC vs.
Revision 1.128 by sf-exg, Wed Jan 5 17:41:24 2011 UTC

565LIBS="$LIBS $X_LIBS $X_EXTRA_LIBS -lX11" 565LIBS="$LIBS $X_LIBS $X_EXTRA_LIBS -lX11"
566if test x$support_xim = xyes; then 566if test x$support_xim = xyes; then
567 AC_CACHE_CHECK(for working Xlocale, rxvt_cv_func_xlocale, 567 AC_CACHE_CHECK(for working Xlocale, rxvt_cv_func_xlocale,
568 [AC_RUN_IFELSE([AC_LANG_SOURCE([[#include <X11/Xlib.h> 568 [AC_RUN_IFELSE([AC_LANG_SOURCE([[#include <X11/Xlib.h>
569 #include <stdlib.h> 569 #include <stdlib.h>
570 main() { 570 int main() {
571 char *p; 571 char *p;
572 if ((p = XSetLocaleModifiers("@im=none")) != NULL && *p) 572 if ((p = XSetLocaleModifiers("@im=none")) != NULL && *p)
573 exit (XSupportsLocale() ? 0 : 1); 573 exit (XSupportsLocale() ? 0 : 1);
574 else 574 else
575 exit (1);}]])],[dnl 575 exit (1);}]])],[dnl

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines