[Bug 1658] New: configure.ac AC_TRY_COMPILE() causes failure with autoconf-2.64

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Sat Oct 3 17:34:21 EST 2009


https://bugzilla.mindrot.org/show_bug.cgi?id=1658

           Summary: configure.ac AC_TRY_COMPILE() causes failure with
                    autoconf-2.64
           Product: Portable OpenSSH
           Version: 5.2p1
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Build system
        AssignedTo: unassigned-bugs at mindrot.org
        ReportedBy: vapier at gentoo.org


a change in autoconf processing results in shell errors if the fourth
arg is empty.  simple workaround is to do:
-   [ sp_expire_available=yes ], []
+   [ sp_expire_available=yes ], [:]

ive talked to upstream autoconf about getting this fixed, but it'll be
a while before that happens, and the workaround in openssh is trivial.

-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.


More information about the openssh-bugs mailing list