diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 5d25e99..d97f7aa 100644 --- a/configure.ac +++ b/configure.ac @@ -42,6 +42,8 @@ gl_INIT # Checks for header files. +AC_CHECK_HEADERS([termios.h sys/ioctl.h termio.h sgtty.h]) + # Checks for typedefs, structures, and compiler characteristics. AC_C_CONST AC_C_INLINE |