diff options
author | Kevin Steves <stevesk@pobox.com> | 2002-03-30 18:55:21 +0100 |
---|---|---|
committer | Kevin Steves <stevesk@pobox.com> | 2002-03-30 18:55:21 +0100 |
commit | 117b06dec909c882f57cb553060627048bce4e0d (patch) | |
tree | 2d327b42b37c3ab192cbba2dffd8826ef2f0a488 /configure.ac | |
parent | - mouring@cvs.openbsd.org 2002/03/27 11:45:42 (diff) | |
download | openssh-117b06dec909c882f57cb553060627048bce4e0d.tar.xz openssh-117b06dec909c882f57cb553060627048bce4e0d.zip |
- (stevesk) [configure.ac] remove header check for sys/ttcompat.h
bug 167
Diffstat (limited to '')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index c704da3d3..5d7bc20e6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -# $Id: configure.ac,v 1.28 2002/03/22 18:19:54 stevesk Exp $ +# $Id: configure.ac,v 1.29 2002/03/30 17:55:23 stevesk Exp $ AC_INIT AC_CONFIG_SRCDIR([ssh.c]) @@ -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. |