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 e5dc01abe7..bba8f61b0e 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
],
+ [*-openbsd*], [
+ rb_cv_fiber_coroutine=
+ ],
[*], [
rb_cv_fiber_coroutine=ucontext
]