5 AC_DEFUN(AM_SYS_POSIX_TERMIOS,
6 [AC_CACHE_CHECK([POSIX termios], am_cv_sys_posix_termios,
7 [AC_TRY_LINK([#include <sys/types.h>
10 [/* SunOS 4.0.3 has termios.h but not the library calls. */
12 am_cv_sys_posix_termios=yes,
13 am_cv_sys_posix_termios=no)])