Skip to content

Commit

Permalink
Fix coroutine_type variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Mar 10, 2021
1 parent b37f60f commit 4c80b9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Expand Up @@ -1098,7 +1098,7 @@ main()
AS_IF([test "$target_cpu" = x64], [
ac_cv_func___builtin_setjmp=yes
ac_cv_func_round=no
rb_cv_coroutine=yes
coroutine_type=yes
])
ac_cv_func_tgamma=no
rb_cv_negative_time_t=yes
Expand Down Expand Up @@ -4213,7 +4213,7 @@ config_summary "vendor path" "$vendordir"
config_summary "target OS" "$target_os"
config_summary "compiler" "$CC"
config_summary "with pthread" "$enable_pthread"
config_summary "with coroutine" "$rb_cv_coroutine"
config_summary "with coroutine" "$coroutine_type"
config_summary "enable shared libs" "$ENABLE_SHARED"
config_summary "dynamic library ext" "$DLEXT"
config_summary "CFLAGS" "$cflags"
Expand Down

0 comments on commit 4c80b9d

Please sign in to comment.