- (tim) [configure.ac] Remove unnecessary tests for net/if.h and

netinet/in_systm.h. OK dtucker@.
This commit is contained in:
Tim Rice 2006-02-05 11:27:10 -08:00
parent 70335a6b5f
commit ac9b0609e1
2 changed files with 7 additions and 5 deletions

View File

@ -1,3 +1,7 @@
20060206
- (tim) [configure.ac] Remove unnecessary tests for net/if.h and
netinet/in_systm.h. OK dtucker@.
20060205
- (tim) [configure.ac] Add AC_REVISION. Add sys/time.h to lastlog.h test
for Solaris. OK dtucker@.
@ -3836,4 +3840,4 @@
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
$Id: ChangeLog,v 1.4122 2006/02/05 01:42:58 tim Exp $
$Id: ChangeLog,v 1.4123 2006/02/05 19:27:10 tim Exp $

View File

@ -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 \