]> andersk Git - openssh.git/commitdiff
- (dtucker) [configure.ac] Bug #1203: Add missing '[', which causes problems
authordtucker <dtucker>
Tue, 27 Jun 2006 01:20:28 +0000 (01:20 +0000)
committerdtucker <dtucker>
Tue, 27 Jun 2006 01:20:28 +0000 (01:20 +0000)
   with autoconf 2.60.  Patch from vapier at gentoo.org.

ChangeLog
configure.ac

index c3b6c2338bc71c397aa222d3922c8abbb47e7efc..db5f267cc31f1baad03ea568db54c43e8aee39dd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index ec9f3f21217ba7b3080246647f7e29d5a443c03d..d0d4aea47fabe3820cb006ab2b46b659426ae3b1 100644 (file)
@@ -1623,6 +1623,7 @@ main(void)
                        AC_MSG_RESULT(no)
                        AC_DEFINE(BROKEN_GETADDRINFO)
                ],
+               [
                        AC_MSG_RESULT(cross-compiling, assuming no)
                ]
        )
This page took 0.069 seconds and 5 git commands to generate.