diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-03 17:18:44 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-03 17:18:44 +0000 |
commit | 5932bb94ffc5c10ab00831b70e703451acdc76b5 (patch) | |
tree | 09ec8414e57835974b9ecafba8df9152640ea97c /configure.ac | |
parent | 26e33eae6ff593878b1402ef6d5596dc1f7c7fe3 (diff) |
Add AC_SYS_LARGEFILE for systems that need it to access large
wtmpx/lastlogs Set version string in man page
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 73324cd..c8468bf 100644 --- a/configure.ac +++ b/configure.ac @@ -34,6 +34,8 @@ AC_PROG_INSTALL AC_CHECK_HEADERS([lastlog.h utmpx.h sys/param.h]) +AC_SYS_LARGEFILE + # Checks for pkg-config packages PKG_CHECK_MODULES(SESSREG, xproto) AC_SUBST(SESSREG_CFLAGS) |