diff --git a/configure.ac b/configure.ac index d2b3f8f182..1112c6f7d0 100644 --- a/configure.ac +++ b/configure.ac @@ -2551,6 +2551,9 @@ AS_CASE([$coroutine_type], [yes|''], [ [*-openbsd*], [ coroutine_type=pthread ], + [x86_64-dragonfly*], [ + coroutine_type=amd64 + ], [*-haiku*], [ coroutine_type=pthread ],