aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index bba8f61b0e..27e7f86ab9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2281,6 +2281,9 @@ AS_CASE(["$rb_cv_fiber_coroutine"], [yes|''], [
[powerpc64le-linux], [
rb_cv_fiber_coroutine=ppc64le
],
+ [x86_64-openbsd*], [
+ rb_cv_fiber_coroutine=amd64
+ ],
[*-openbsd*], [
rb_cv_fiber_coroutine=
],