diff options
author | Peter Zhu <[email protected]> | 2024-12-04 14:29:47 -0500 |
---|---|---|
committer | Peter Zhu <[email protected]> | 2024-12-05 10:33:26 -0500 |
commit | ce1ad1b816f912d0750669c57211d72ea723e28d () | |
tree | 4e9a68feb302cfa5790a96ea8c551873ff1d36e5 /configure.ac | |
parent | 26ab20fec1d8ca7c168e8537383a0d8274a7d273 (diff) |
Standardize on the name "modular GC"
We have name fragmentation for this feature, including "shared GC", "modular GC", and "external GC". This commit standardizes the feature name to "modular GC" and the implementation to "GC library".
Notes: Merged: https://.com/ruby/ruby/pull/12261
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -45,7 +45,7 @@ RUBY_M4_INCLUDE([ruby_replace_type.m4])dnl RUBY_M4_INCLUDE([ruby_require_funcs.m4])dnl RUBY_M4_INCLUDE([ruby_rm_recursive.m4])dnl RUBY_M4_INCLUDE([ruby_setjmp_type.m4])dnl -RUBY_M4_INCLUDE([ruby_shared_gc.m4])dnl RUBY_M4_INCLUDE([ruby_stack_grow_direction.m4])dnl RUBY_M4_INCLUDE([ruby_thread.m4])dnl RUBY_M4_INCLUDE([ruby_try_cflags.m4])dnl @@ -3795,7 +3795,7 @@ AS_IF([test x"$gcov" = xyes], [ ]) RUBY_SETJMP_TYPE -RUBY_SHARED_GC } [begin]_group "installation section" && { @@ -4721,7 +4721,7 @@ config_summary "target OS" "$target_os" config_summary "compiler" "$CC" config_summary "with thread" "$THREAD_MODEL" config_summary "with coroutine" "$coroutine_type" -config_summary "with shared GC" "$shared_gc_summary" config_summary "enable shared libs" "$ENABLE_SHARED" config_summary "dynamic library ext" "$DLEXT" config_summary "CFLAGS" "$cflags" |