diff options
author | Kazuhiro NISHIYAMA <zn@mbf.nifty.com> | 2021-03-30 20:58:34 +0900 |
---|---|---|
committer | Kazuhiro NISHIYAMA <zn@mbf.nifty.com> | 2021-03-30 20:58:34 +0900 |
commit | 9713acd731309647b901825ee48af35984a9b4b8 (patch) | |
tree | 098e4e496fd210205371dbd3b118c304bb15c9c8 | |
parent | a9c5c2d614f30a616970245fef3e7ffc151e2ecf (diff) |
Fix `coroutine_type` variable name
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index d78964f63b..bff9794adc 100644 --- a/configure.ac +++ b/configure.ac @@ -2489,7 +2489,7 @@ AS_CASE([$coroutine_type], [yes|''], [ coroutine_type=ppc64le ], [riscv64-linux*], [ - rb_cv_coroutine=riscv64 + coroutine_type=riscv64 ], [x86_64-openbsd*], [ coroutine_type=amd64 |