Bug 1203

Summary: configure.ac is missing an open [
Product: Portable OpenSSH Reporter: Mike Frysinger <vapier>
Component: Build systemAssignee: Assigned to nobody <unassigned-bugs>
Status: CLOSED FIXED    
Severity: normal    
Priority: P2    
Version: -current   
Hardware: Other   
OS: All   
Bug Depends on:    
Bug Blocks: 1155    
Attachments:
Description Flags
openssh-4.3_p2-configure.patch none

Description Mike Frysinger 2006-06-27 11:06:39 AEST
around line 1625, there is a missing [

        [
            AC_MSG_RESULT(no)
            AC_DEFINE(BROKEN_GETADDRINFO)
        ],
            AC_MSG_RESULT(cross-compiling, assuming no)
        ]
    )

this causes build failure when using autoconf-2.60
Comment 1 Mike Frysinger 2006-06-27 11:07:16 AEST
Created attachment 1152 [details]
openssh-4.3_p2-configure.patch
Comment 2 Darren Tucker 2006-06-27 11:20:56 AEST
Applied, thanks.
Comment 3 Darren Tucker 2006-09-28 19:26:23 AEST
With the release of 4.4, we believe that this bug is now closed.  For information about the release please see http://www.openssh.com/txt/release-4.4 .