Moved native coroutine type checking message
Not to be interleaved by fallback checking messages
This commit is contained in:
parent
afd4cfcf22
commit
c5e6fa4853
@ -2486,7 +2486,6 @@ AC_ARG_WITH(coroutine,
|
|||||||
AS_HELP_STRING([--with-coroutine=IMPLEMENTATION], [specify the coroutine implementation to use]),
|
AS_HELP_STRING([--with-coroutine=IMPLEMENTATION], [specify the coroutine implementation to use]),
|
||||||
[coroutine_type=$withval], [coroutine_type=])
|
[coroutine_type=$withval], [coroutine_type=])
|
||||||
AS_CASE([$coroutine_type], [yes|''], [
|
AS_CASE([$coroutine_type], [yes|''], [
|
||||||
AC_MSG_CHECKING(native coroutine implementation for ${target_cpu}-${target_os})
|
|
||||||
coroutine_type=
|
coroutine_type=
|
||||||
AS_CASE(["$target_cpu-$target_os"],
|
AS_CASE(["$target_cpu-$target_os"],
|
||||||
[universal-darwin*], [
|
[universal-darwin*], [
|
||||||
@ -2548,6 +2547,7 @@ AS_CASE([$coroutine_type], [yes|''], [
|
|||||||
)
|
)
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
AC_MSG_CHECKING(native coroutine implementation for ${target_cpu}-${target_os})
|
||||||
AC_MSG_RESULT(${coroutine_type})
|
AC_MSG_RESULT(${coroutine_type})
|
||||||
])
|
])
|
||||||
COROUTINE_H=coroutine/$coroutine_type/Context.h
|
COROUTINE_H=coroutine/$coroutine_type/Context.h
|
||||||
|
Loading…
x
Reference in New Issue
Block a user