From 4d43ac2fb94de27ed6f87f92f2ef71808c9cc44b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Mizsei?= Date: Thu, 29 Oct 2020 22:49:17 +0100 Subject: Add Haiku to the context support list --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) 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 ] -- cgit v1.2.3