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 /configure.ac | |
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
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
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) |