.
authorJim Meyering <jim@meyering.net>
Mon, 1 Jan 2001 18:17:10 +0000 (18:17 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 1 Jan 2001 18:17:10 +0000 (18:17 +0000)
m4/ChangeLog

index b837d60..e98a7a4 100644 (file)
@@ -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.