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

Comparing libptytty/ptytty.m4 (file contents):
Revision 1.22 by sf-exg, Wed Jan 5 17:44:36 2011 UTC vs.
Revision 1.23 by sf-exg, Thu May 12 13:53:14 2011 UTC

307dnl# find lastlog 307dnl# find lastlog
308AC_CACHE_CHECK(where lastlog is located, pt_cv_path_lastlog, 308AC_CACHE_CHECK(where lastlog is located, pt_cv_path_lastlog,
309[AC_RUN_IFELSE([AC_LANG_SOURCE([[#include <stdio.h> 309[AC_RUN_IFELSE([AC_LANG_SOURCE([[#include <stdio.h>
310#include <stdlib.h> 310#include <stdlib.h>
311#include <sys/types.h> 311#include <sys/types.h>
312#ifdef HAVE_UTMPX_H 312#ifdef HAVE_UTMP_H
313#include <utmpx.h>
314#elif defined(HAVE_UTMP_H)
315#include <utmp.h> 313#include <utmp.h>
316#endif 314#endif
317#ifdef HAVE_LASTLOG_H 315#ifdef HAVE_LASTLOG_H
318#include <lastlog.h> 316#include <lastlog.h>
319#endif 317#endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines