Add check for termio.h
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@86 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -174,7 +174,7 @@ AC_CHECK_LIB(util, logout)
|
||||
|
||||
AC_SUBST(HAVE_LIBTERMCAP)
|
||||
|
||||
AC_CHECK_HEADERS(termios.h sys/select.h utmpx.h sac.h)
|
||||
AC_CHECK_HEADERS(termios.h termio.h sys/select.h utmpx.h sac.h)
|
||||
|
||||
if test "$ac_cv_header_sac_h" = yes ; then
|
||||
AC_DEFINE(STREAMSPTY)
|
||||
|
Reference in New Issue
Block a user