Skip to content

Commit

Permalink
Export RbConfig::CONFIG["COROUTINE_TYPE"]
Browse files Browse the repository at this point in the history
THREAD_MODEL is exported already, so this matches that.  Exporting this
is simpler than inspecting configure_args and arch and matching that up
with a specific configure.ac.

Fix GH-5976
  • Loading branch information
nevans authored and nobu committed Jun 6, 2022
1 parent 5ce0be0 commit d8790ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure.ac
Expand Up @@ -4007,6 +4007,7 @@ AC_SUBST(EXPORT_PREFIX)
AC_SUBST(SYMBOL_PREFIX)
AC_SUBST(MINIOBJS)
AC_SUBST(THREAD_MODEL)
AC_SUBST(COROUTINE_TYPE, ${coroutine_type})
AC_SUBST(PLATFORM_DIR)

firstmf=`echo $FIRSTMAKEFILE | sed 's/:.*//'`
Expand Down

1 comment on commit d8790ec

@nevans
Copy link
Contributor Author

@nevans nevans commented on d8790ec Jun 6, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 for the much smaller commit diff.

Please sign in to comment.