Include utmp.h `#if HAVE_UTMP_H', rather than
authorJim Meyering <jim@meyering.net>
Sun, 20 Aug 2000 12:45:31 +0000 (12:45 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 20 Aug 2000 12:45:31 +0000 (12:45 +0000)
commit5bf6f179da1ed2f8494f3bf9f87ff930993d2955
tree67c50f488a2af77650c01fa1390409b11d939e95
parentf9850882f14461aa215ae1f5caa54d3d37e01ce0
Include utmp.h `#if HAVE_UTMP_H', rather than
`#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
m4/check-decl.m4