diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-08-10 21:20:03 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-08-10 21:20:03 +0000 |
commit | 8cd395d3bd86ba74888b7ea8cec2d0228c00c312 (patch) | |
tree | 3770ab7e30bc5016d7eb91b51dbff810f0260305 | |
parent | c8bfcd300e8da2510c101211db7bffb2955e593d (diff) |
AUTHORS: Copy info from comments in sessreg.c configure.ac: Add checks for
lastlog.h, utmpx.h, & sys/param.h to replace OS-specific #ifdefs
-rw-r--r-- | AUTHORS | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 7 insertions, 0 deletions
@@ -0,0 +1,5 @@ +Original Author: Keith Packard, MIT X Consortium + +Lastlog support and dynamic utmp entry allocation + by Andreas Stolcke <stolcke@icsi.berkeley.edu> + diff --git a/configure.ac b/configure.ac index 6f56776..73324cd 100644 --- a/configure.ac +++ b/configure.ac @@ -32,6 +32,8 @@ AM_CONFIG_HEADER(config.h) AC_PROG_CC AC_PROG_INSTALL +AC_CHECK_HEADERS([lastlog.h utmpx.h sys/param.h]) + # Checks for pkg-config packages PKG_CHECK_MODULES(SESSREG, xproto) AC_SUBST(SESSREG_CFLAGS) |