--- rxvt-unicode/configure.ac 2007/12/11 09:10:56 1.94 +++ rxvt-unicode/configure.ac 2007/12/11 11:39:06 1.95 @@ -482,7 +482,6 @@ stdarg.h \ stdlib.h \ string.h \ - termios.h \ unistd.h \ sys/byteorder.h \ sys/ioctl.h \ @@ -501,9 +500,8 @@ AC_CACHE_CHECK(whether termios.h and sys/ioctl.h may both be included, rxvt_cv_header_sysioctl, [AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include #include -#ifdef HAVE_TERMIOS_H #include -#endif]], [[int a = ECHO;]])],[rxvt_cv_header_sysioctl=yes],[rxvt_cv_header_sysioctl=no])]) +]], [[int a = ECHO;]])],[rxvt_cv_header_sysioctl=yes],[rxvt_cv_header_sysioctl=no])]) AC_CACHE_CHECK([for XPointer], rxvt_cv_xpointer, [AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include ]], [[XPointer dummy;]])],[rxvt_cv_xpointer=yes],[rxvt_cv_xpointer=no])])