diff options
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index c249326f3c..3b971ac774 100644 --- a/configure.ac +++ b/configure.ac @@ -2440,6 +2440,9 @@ AS_CASE([$rb_cv_coroutine], [yes|''], [ [*-openbsd*], [ rb_cv_coroutine=copy ], + [*-haiku*], [ + rb_cv_coroutine=copy + ], [ rb_cv_coroutine=ucontext ] |