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.

Actions

Also available in: Atom PDF

Like0
Like0Like0