Fix to avoid system call in text mode wherever possible.

Robert Scheck <robert@fedoraproject.org>
This commit is contained in:
pdw
2014-01-02 09:28:57 +00:00
parent ff057367f7
commit e81c0d8aae
2 changed files with 355 additions and 1 deletions

View File

@@ -74,7 +74,7 @@ dnl Fairly generic checks.
dnl
dnl Checks for system headers.
AC_CHECK_HEADERS(sys/ioctl.h sys/time.h sys/sockio.h unistd.h)
AC_CHECK_HEADERS([sgtty.h sys/ioctl.h sys/time.h sys/sockio.h termio.h termios.h unistd.h])
dnl Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST