ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libptytty/ptytty.m4
(Generate patch)

Comparing libptytty/ptytty.m4 (file contents):
Revision 1.20 by sf-exg, Sun Jul 11 16:04:54 2010 UTC vs.
Revision 1.21 by sf-exg, Sun Jul 11 20:13:37 2010 UTC

62 AC_MSG_RESULT(yes)], 62 AC_MSG_RESULT(yes)],
63 [AC_MSG_RESULT(no)]) 63 [AC_MSG_RESULT(no)])
64fi 64fi
65 65
66if test -z "$unix98_pty"; then 66if test -z "$unix98_pty"; then
67 AC_CHECK_FUNCS(openpty, [], [AC_CHECK_LIB(util, openpty, [AC_DEFINE(HAVE_OPENPTY) LIBS="$LIBS -lutil"])]) 67 AC_SEARCH_LIBS(openpty, util, AC_DEFINE(HAVE_OPENPTY, 1, ""))
68fi 68fi
69]) 69])
70 70
71AC_DEFUN([UTMP_CHECK], 71AC_DEFUN([UTMP_CHECK],
72[ 72[

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines