aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-08-11 20:10:05 +1000
committerGravatar axel <axel@liljencrantz.se>2006-08-11 20:10:05 +1000
commit8392902cec6dc7801a98ae8ebd5c0dffaeb84073 (patch)
tree494ea7ce7aa10ebce9f05408c0d4f734e33f62e6 /configure.ac
parenta5abdd2792e784662b8eef69255c63860c6dcbc2 (diff)
Remove unneded include in Autoconf test. Thanks to Netocrat.
darcs-hash:20060811101005-ac50b-275a1240e7802f70eb763be42683b4d1f816a9b0.gz
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 42bee504..51a7beec 100644
--- a/configure.ac
+++ b/configure.ac
@@ -327,9 +327,7 @@ AC_LINK_IFELSE(
#include <sys/ioctl.h>
#endif
-#ifdef HAVE_STROPTS_H
-#include <stropts.h>
-#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))