aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-08-12 00:29:30 +1000
committerGravatar axel <axel@liljencrantz.se>2006-08-12 00:29:30 +1000
commit21de293a448a1efdb529573d173b3d8375e618dc (patch)
tree11a6b6b7c61a14539765b2b7c704a13c1a34f1a2 /configure.ac
parent8b395d05ef6d31512cac9b2927102e3a97881cb9 (diff)
Fix missing quote in configure.ac
darcs-hash:20060811142930-ac50b-52d1bb6faf07b6a0ddac754cee16e899dd196679.gz
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 35c52463..4c2ee620 100644
--- a/configure.ac
+++ b/configure.ac
@@ -329,7 +329,7 @@ AC_LINK_IFELSE(
#include <sys/ioctl.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))