summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPeter Zhu <[email protected]>2024-07-04 16:15:00 -0400
committerPeter Zhu <[email protected]>2024-07-05 14:05:58 -0400
commite2ceded2c603f5f35df5c0d8757a48a1fa1f0f8f ()
tree9df2ffda20649762720b7ac67edb4ae7fd299592 /configure.ac
parent8fd2df529b8c9a172604c5cde478abe54c30b47d (diff)
Change external GC to use directory at configure
This commit changes the external GC API to use `--with-shared-gc=DIR` at configure time with a directory of the external GC and uses `RUBY_GC_LIBRARY` environment variable to load the external GC at runtime.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
@@ -4751,7 +4751,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" "$with_shared_gc"
config_summary "enable shared libs" "$ENABLE_SHARED"
config_summary "dynamic library ext" "$DLEXT"
config_summary "CFLAGS" "$cflags"