summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 27e7f86ab9..a2f623e22a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2284,6 +2284,9 @@ AS_CASE(["$rb_cv_fiber_coroutine"], [yes|''], [
[x86_64-openbsd*], [
rb_cv_fiber_coroutine=amd64
],
+ [i386-openbsd*], [
+ rb_cv_fiber_coroutine=x86
+ ],
[*-openbsd*], [
rb_cv_fiber_coroutine=
],