From 0461c355f0edda522dcaf7bb7ee898cec574d366 Mon Sep 17 00:00:00 2001 From: stevesk Date: Sat, 30 Mar 2002 17:55:21 +0000 Subject: [PATCH] - (stevesk) [configure.ac] remove header check for sys/ttcompat.h bug 167 --- ChangeLog | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 5795dd48..ac1f33d0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +20020330 + - (stevesk) [configure.ac] remove header check for sys/ttcompat.h + bug 167 + 20020327 - (bal) 'pw' should be 'authctxt->pw' in auth1.c spotted by kent@lysator.liu.se diff --git a/configure.ac b/configure.ac index 1cc56b73..5d5d6c36 100644 --- a/configure.ac +++ b/configure.ac @@ -329,7 +329,7 @@ AC_CHECK_HEADERS(bstring.h crypt.h endian.h floatingpoint.h \ strings.h sys/bitypes.h sys/bsdtty.h sys/cdefs.h \ sys/poll.h sys/queue.h sys/select.h sys/stat.h \ sys/stropts.h sys/sysmacros.h sys/time.h \ - sys/ttcompat.h sys/un.h time.h ttyent.h usersec.h \ + sys/un.h time.h ttyent.h usersec.h \ util.h utime.h utmp.h utmpx.h) # Checks for libraries. -- 2.45.2