changeset 2822:cc8bb38d0a46

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.
author Jim Meyering <jim@meyering.net>
date Sun, 20 Aug 2000 12:45:31 +0000
parents 63391393d162
children 899336d66cfe
files m4/check-decl.m4
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/m4/check-decl.m4
+++ b/m4/check-decl.m4
@@ -38,7 +38,7 @@
 # endif
 #endif
 
-#if !HAVE_UTMPX_H
+#if HAVE_UTMP_H
 # include <utmp.h>
 #endif
 '