/[autoconf]/autoconf/lib/autoconf/specific.m4
ViewVC logotype

Diff of /autoconf/lib/autoconf/specific.m4

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.351 by akim, Fri Oct 11 12:17:52 2002 UTC revision 1.352 by akim, Sun Oct 27 18:21:32 2002 UTC
# Line 309  fi Line 309  fi
309  # --------------------  # --------------------
310  AC_DEFUN([AC_SYS_POSIX_TERMIOS],  AC_DEFUN([AC_SYS_POSIX_TERMIOS],
311  [AC_CACHE_CHECK([POSIX termios], ac_cv_sys_posix_termios,  [AC_CACHE_CHECK([POSIX termios], ac_cv_sys_posix_termios,
312  [AC_TRY_LINK([#include <sys/types.h>  [AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include <sys/types.h>
313  #include <unistd.h>  #include <unistd.h>
314  @%:@include <termios.h>],  #include <termios.h>
315    ]],
316               [/* SunOS 4.0.3 has termios.h but not the library calls.  */               [/* SunOS 4.0.3 has termios.h but not the library calls.  */
317     tcgetattr(0, 0);],     tcgetattr(0, 0);])],
318               ac_cv_sys_posix_termios=yes,               ac_cv_sys_posix_termios=yes,
319               ac_cv_sys_posix_termios=no)])               ac_cv_sys_posix_termios=no)])
320  ])# AC_SYS_POSIX_TERMIOS  ])# AC_SYS_POSIX_TERMIOS

Legend:
Removed from v.1.351  
changed lines
  Added in v.1.352

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26