Project

General

Profile

Actions

Backport #10265

closed

Backport r45715 to fix configure on OpenBSD/NetBSD

Added by jeremyevans0 (Jeremy Evans) over 9 years ago. Updated over 9 years ago.


Description

In ruby 2.1.3, line 2095 of configure.in is:

AC_MSG_RESULT(${setjmp_prefix}setjmp${setjmp_suffix}${setjmp_cast:+($setjmp_cast)})

This substitution:

${setjmp_cast:+($setjmp_cast)}

is not valid sh syntax for OpenBSD/NetBSD at least, though it is valid bash syntax.

This was fixed in trunk in r45715 to use:

${setjmp_cast:+($setjmp_cast)}

which works in OpenBSD/NetBSD.

I request that r45715 be backported to the ruby_2_1 branch before the 2.1.4 release.

Updated by nagachika (Tomoyuki Chikanaga) over 9 years ago

  • Status changed from Open to Assigned
  • Assignee set to nagachika (Tomoyuki Chikanaga)

Updated by nagachika (Tomoyuki Chikanaga) over 9 years ago

  • Status changed from Assigned to Closed
  • % Done changed from 0 to 100

Applied in changeset r47952.


merge revision(s) r45715: [Backport #10265]

* configure.in: NetBSD's ksh, used by configure, needs escapes.
Actions

Also available in: Atom PDF

Like0
Like0Like0