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.125 by sf-exg, Tue Jan 4 10:01:53 2011 UTC vs.
Revision 1.126 by sf-exg, Tue Jan 4 23:12:10 2011 UTC

517 stdint.h \ 517 stdint.h \
518 wchar.h \ 518 wchar.h \
519 cwchar \ 519 cwchar \
520) 520)
521 521
522AC_CACHE_CHECK([for XPointer], rxvt_cv_xpointer,
523[AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <X11/Xlib.h>]], [[XPointer dummy;]])],[rxvt_cv_xpointer=yes],[rxvt_cv_xpointer=no])])
524if test x$rxvt_cv_xpointer = xyes; then
525 AC_DEFINE(HAVE_XPOINTER, 1, Define if you have XPointer typedef)
526fi
527
528AC_CACHE_CHECK([for XLIB_ILLEGAL_ACCESS], rxvt_cv_xlib_illegal_access, 522AC_CACHE_CHECK([for XLIB_ILLEGAL_ACCESS], rxvt_cv_xlib_illegal_access,
529[AC_COMPILE_IFELSE( 523[AC_COMPILE_IFELSE(
530 [AC_LANG_PROGRAM([ 524 [AC_LANG_PROGRAM([
531#define XLIB_ILLEGAL_ACCESS 525#define XLIB_ILLEGAL_ACCESS
532#include <X11/Xlib.h> 526#include <X11/Xlib.h>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines