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.94 by ayin, Tue Dec 11 09:10:56 2007 UTC vs.
Revision 1.95 by ayin, Tue Dec 11 11:39:06 2007 UTC

480 assert.h \ 480 assert.h \
481 fcntl.h \ 481 fcntl.h \
482 stdarg.h \ 482 stdarg.h \
483 stdlib.h \ 483 stdlib.h \
484 string.h \ 484 string.h \
485 termios.h \
486 unistd.h \ 485 unistd.h \
487 sys/byteorder.h \ 486 sys/byteorder.h \
488 sys/ioctl.h \ 487 sys/ioctl.h \
489 sys/select.h \ 488 sys/select.h \
490 sys/sockio.h \ 489 sys/sockio.h \
499 498
500dnl# check to allow both <termios.h> and <sys/ioctl.h> 499dnl# check to allow both <termios.h> and <sys/ioctl.h>
501AC_CACHE_CHECK(whether termios.h and sys/ioctl.h may both be included, rxvt_cv_header_sysioctl, 500AC_CACHE_CHECK(whether termios.h and sys/ioctl.h may both be included, rxvt_cv_header_sysioctl,
502[AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <stdio.h> 501[AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <stdio.h>
503#include <sys/ioctl.h> 502#include <sys/ioctl.h>
504#ifdef HAVE_TERMIOS_H
505#include <termios.h> 503#include <termios.h>
506#endif]], [[int a = ECHO;]])],[rxvt_cv_header_sysioctl=yes],[rxvt_cv_header_sysioctl=no])]) 504]], [[int a = ECHO;]])],[rxvt_cv_header_sysioctl=yes],[rxvt_cv_header_sysioctl=no])])
507 505
508AC_CACHE_CHECK([for XPointer], rxvt_cv_xpointer, 506AC_CACHE_CHECK([for XPointer], rxvt_cv_xpointer,
509[AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <X11/Xlib.h>]], [[XPointer dummy;]])],[rxvt_cv_xpointer=yes],[rxvt_cv_xpointer=no])]) 507[AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <X11/Xlib.h>]], [[XPointer dummy;]])],[rxvt_cv_xpointer=yes],[rxvt_cv_xpointer=no])])
510if test x$rxvt_cv_xpointer = xyes; then 508if test x$rxvt_cv_xpointer = xyes; then
511 AC_DEFINE(HAVE_XPOINTER, 1, Define if you have XPointer typedef) 509 AC_DEFINE(HAVE_XPOINTER, 1, Define if you have XPointer typedef)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines