mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-11-23 18:23:25 +08:00
- (dtucker) [configure.ac] Bug #1203: Add missing '[', which causes problems
with autoconf 2.60. Patch from vapier at gentoo.org.
This commit is contained in:
parent
144e8d60cd
commit
8b272ab09b
@ -1,3 +1,7 @@
|
||||
20060627
|
||||
- (dtucker) [configure.ac] Bug #1203: Add missing '[', which causes problems
|
||||
with autoconf 2.60. Patch from vapier at gentoo.org.
|
||||
|
||||
20060625
|
||||
- (dtucker) [channels.c serverloop.c] Apply the bug #1102 workaround to ptys
|
||||
only, otherwise sshd can hang exiting non-interactive sessions.
|
||||
@ -4708,4 +4712,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.4349 2006/06/24 22:25:25 dtucker Exp $
|
||||
$Id: ChangeLog,v 1.4350 2006/06/27 01:20:28 dtucker Exp $
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $Id: configure.ac,v 1.342 2006/06/24 02:10:07 dtucker Exp $
|
||||
# $Id: configure.ac,v 1.343 2006/06/27 01:20:29 dtucker 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.342 $)
|
||||
AC_REVISION($Revision: 1.343 $)
|
||||
AC_CONFIG_SRCDIR([ssh.c])
|
||||
|
||||
AC_CONFIG_HEADER(config.h)
|
||||
@ -1623,6 +1623,7 @@ main(void)
|
||||
AC_MSG_RESULT(no)
|
||||
AC_DEFINE(BROKEN_GETADDRINFO)
|
||||
],
|
||||
[
|
||||
AC_MSG_RESULT(cross-compiling, assuming no)
|
||||
]
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user