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

Comparing libptytty/ptytty.m4 (file contents):
Revision 1.4 by ayin, Mon Jan 23 10:10:50 2006 UTC vs.
Revision 1.5 by ayin, Mon Jan 23 10:42:04 2006 UTC

74fi 74fi
75]) 75])
76 76
77AC_DEFUN([UTMP_CHECK], 77AC_DEFUN([UTMP_CHECK],
78[ 78[
79support_utmp=yes
80support_wtmp=yes
81support_lastlog=yes
82
79AC_ARG_ENABLE(utmp, 83AC_ARG_ENABLE(utmp,
80 [ --enable-utmp enable utmp (utmpx) support], 84 [ --enable-utmp enable utmp (utmpx) support],
81 [if test x$enableval = xyes -o x$enableval = xno; then 85 [if test x$enableval = xyes -o x$enableval = xno; then
82 support_utmp=$enableval 86 support_utmp=$enableval
83 fi]) 87 fi])

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines