summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2006-02-05 11:27:10 -0800
committerTim Rice <tim@multitalents.net>2006-02-05 11:27:10 -0800
commitac9b0609e17e36fec8fc4d4bc8f805696fbffc08 (patch)
tree065566387cfe79e34017fe0895d505d5c092bdde /configure.ac
parent70335a6b5f54b9e9e2460cb22957c872d7eca5fb (diff)
- (tim) [configure.ac] Remove unnecessary tests for net/if.h and
netinet/in_systm.h. OK dtucker@.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 2 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 8c655145..f27320e5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-# $Id: configure.ac,v 1.326 2006/02/05 01:42:58 tim Exp $
+# $Id: configure.ac,v 1.327 2006/02/05 19:27:10 tim Exp $
#
# Copyright (c) 1999-2004 Damien Miller
#
@@ -15,7 +15,7 @@
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
AC_INIT(OpenSSH, Portable, openssh-unix-dev@mindrot.org)
-AC_REVISION($Revision: 1.326 $)
+AC_REVISION($Revision: 1.327 $)
AC_CONFIG_SRCDIR([ssh.c])
AC_CONFIG_HEADER(config.h)
@@ -680,10 +680,8 @@ AC_CHECK_HEADERS( \
login_cap.h \
maillock.h \
ndir.h \
- net/if.h \
netdb.h \
netgroup.h \
- netinet/in_systm.h \
pam/pam_appl.h \
paths.h \
pty.h \