changeset 3089:3bdc87a26760

.
author Jim Meyering <jim@meyering.net>
date Mon, 01 Jan 2001 18:17:10 +0000
parents a60072e7af1d
children d343bb93784d
files m4/ChangeLog
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -1,5 +1,9 @@
 2001-01-01  Jim Meyering  <meyering@lucent.com>
 
+	* prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available), even
+	on systems with utmpx.h.  It's necessary for the declaration of utmp's
+	ut_user member.  Reported by Andreas Jaeger.
+
 	* check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if available.
 	They are required for the declarations of getgrgid and getpwuid resp.
 	(_jm_DECL_HEADERS): Check for grp.h and pwd.h.