From 8392902cec6dc7801a98ae8ebd5c0dffaeb84073 Mon Sep 17 00:00:00 2001 From: axel Date: Fri, 11 Aug 2006 20:10:05 +1000 Subject: [PATCH] Remove unneded include in Autoconf test. Thanks to Netocrat. darcs-hash:20060811101005-ac50b-275a1240e7802f70eb763be42683b4d1f816a9b0.gz --- configure.ac | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 42bee5044..51a7beece 100644 --- a/configure.ac +++ b/configure.ac @@ -327,9 +327,7 @@ AC_LINK_IFELSE( #include #endif -#ifdef HAVE_STROPTS_H -#include -#endif], +, [struct winsize termsize = {0}; TIOCGWINSZ;])], [AC_MSG_RESULT(yes); AC_DEFINE([HAVE_WINSIZE], [1], [Define to 1 if the winsize struct and TIOCGWINSZ macro exist])], AC_MSG_RESULT(no))