Build system: TIOCGWINSZ ioctl detection was broken

This commit is contained in:
Moritz Bunkus 2011-01-20 14:47:32 +01:00
parent 13680ed09a
commit da1ff39b7e

View File

@ -1,6 +1,6 @@
AC_SYS_POSIX_TERMIOS
AC_HEADER_TIOCGWINSZ
if test x"ac_cv_sys_posix_termios" = "xyes" ; then
if test x"$ac_cv_sys_posix_termios" = "xyes" ; then
AC_DEFINE([HAVE_TIOCGWINSZ], 1, [define if ioctl & TIOCGWINSZ are available])
fi