summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKevin Steves <stevesk@pobox.com>2002-03-30 17:55:21 +0000
committerKevin Steves <stevesk@pobox.com>2002-03-30 17:55:21 +0000
commit117b06dec909c882f57cb553060627048bce4e0d (patch)
tree2d327b42b37c3ab192cbba2dffd8826ef2f0a488 /configure.ac
parentb57a4bf93f02d4012ca28f170938fb7a66e0219b (diff)
- (stevesk) [configure.ac] remove header check for sys/ttcompat.h
bug 167
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
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 @@
1# $Id: configure.ac,v 1.28 2002/03/22 18:19:54 stevesk Exp $ 1# $Id: configure.ac,v 1.29 2002/03/30 17:55:23 stevesk Exp $
2 2
3AC_INIT 3AC_INIT
4AC_CONFIG_SRCDIR([ssh.c]) 4AC_CONFIG_SRCDIR([ssh.c])
@@ -329,7 +329,7 @@ AC_CHECK_HEADERS(bstring.h crypt.h endian.h floatingpoint.h \
329 strings.h sys/bitypes.h sys/bsdtty.h sys/cdefs.h \ 329 strings.h sys/bitypes.h sys/bsdtty.h sys/cdefs.h \
330 sys/poll.h sys/queue.h sys/select.h sys/stat.h \ 330 sys/poll.h sys/queue.h sys/select.h sys/stat.h \
331 sys/stropts.h sys/sysmacros.h sys/time.h \ 331 sys/stropts.h sys/sysmacros.h sys/time.h \
332 sys/ttcompat.h sys/un.h time.h ttyent.h usersec.h \ 332 sys/un.h time.h ttyent.h usersec.h \
333 util.h utime.h utmp.h utmpx.h) 333 util.h utime.h utmp.h utmpx.h)
334 334
335# Checks for libraries. 335# Checks for libraries.