ruby-changes:65712
From: Kazuhiro <ko1@a...>
Date: Tue, 30 Mar 2021 20:59:12 +0900 (JST)
Subject: [ruby-changes:65712] 9713acd731 (master): Fix `coroutine_type` variable name
https://git.ruby-lang.org/ruby.git/commit/?id=9713acd731 From 9713acd731309647b901825ee48af35984a9b4b8 Mon Sep 17 00:00:00 2001 From: Kazuhiro NISHIYAMA <zn@m...> Date: Tue, 30 Mar 2021 20:58:34 +0900 Subject: Fix `coroutine_type` variable name --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index d78964f..bff9794 100644 --- a/configure.ac +++ b/configure.ac @@ -2489,7 +2489,7 @@ AS_CASE([$coroutine_type], [yes|''], [ https://github.com/ruby/ruby/blob/trunk/configure.ac#L2489 coroutine_type=ppc64le ], [riscv64-linux*], [ - rb_cv_coroutine=riscv64 + coroutine_type=riscv64 ], [x86_64-openbsd*], [ coroutine_type=amd64 -- cgit v1.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/