diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.ac | 6 |
2 files changed, 7 insertions, 5 deletions
@@ -1,3 +1,7 @@ | |||
1 | 20060206 | ||
2 | - (tim) [configure.ac] Remove unnecessary tests for net/if.h and | ||
3 | netinet/in_systm.h. OK dtucker@. | ||
4 | |||
1 | 20060205 | 5 | 20060205 |
2 | - (tim) [configure.ac] Add AC_REVISION. Add sys/time.h to lastlog.h test | 6 | - (tim) [configure.ac] Add AC_REVISION. Add sys/time.h to lastlog.h test |
3 | for Solaris. OK dtucker@. | 7 | for Solaris. OK dtucker@. |
@@ -3836,4 +3840,4 @@ | |||
3836 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 3840 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
3837 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 3841 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
3838 | 3842 | ||
3839 | $Id: ChangeLog,v 1.4122 2006/02/05 01:42:58 tim Exp $ | 3843 | $Id: ChangeLog,v 1.4123 2006/02/05 19:27:10 tim Exp $ |
diff --git a/configure.ac b/configure.ac index 8c6551453..f27320e56 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,4 +1,4 @@ | |||
1 | # $Id: configure.ac,v 1.326 2006/02/05 01:42:58 tim Exp $ | 1 | # $Id: configure.ac,v 1.327 2006/02/05 19:27:10 tim Exp $ |
2 | # | 2 | # |
3 | # Copyright (c) 1999-2004 Damien Miller | 3 | # Copyright (c) 1999-2004 Damien Miller |
4 | # | 4 | # |
@@ -15,7 +15,7 @@ | |||
15 | # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 15 | # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
16 | 16 | ||
17 | AC_INIT(OpenSSH, Portable, openssh-unix-dev@mindrot.org) | 17 | AC_INIT(OpenSSH, Portable, openssh-unix-dev@mindrot.org) |
18 | AC_REVISION($Revision: 1.326 $) | 18 | AC_REVISION($Revision: 1.327 $) |
19 | AC_CONFIG_SRCDIR([ssh.c]) | 19 | AC_CONFIG_SRCDIR([ssh.c]) |
20 | 20 | ||
21 | AC_CONFIG_HEADER(config.h) | 21 | AC_CONFIG_HEADER(config.h) |
@@ -680,10 +680,8 @@ AC_CHECK_HEADERS( \ | |||
680 | login_cap.h \ | 680 | login_cap.h \ |
681 | maillock.h \ | 681 | maillock.h \ |
682 | ndir.h \ | 682 | ndir.h \ |
683 | net/if.h \ | ||
684 | netdb.h \ | 683 | netdb.h \ |
685 | netgroup.h \ | 684 | netgroup.h \ |
686 | netinet/in_systm.h \ | ||
687 | pam/pam_appl.h \ | 685 | pam/pam_appl.h \ |
688 | paths.h \ | 686 | paths.h \ |
689 | pty.h \ | 687 | pty.h \ |