From c1ff8d519fafd9a91d056434dbce8e5beab1da4a Mon Sep 17 00:00:00 2001 From: Peter Zhu Date: Tue, 9 Jul 2024 13:14:28 -0400 Subject: [PATCH] Fix grammar of ruby_shared_gc.m4 --- tool/m4/ruby_shared_gc.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tool/m4/ruby_shared_gc.m4 b/tool/m4/ruby_shared_gc.m4 index 78f4a386cc..4882bca057 100644 --- a/tool/m4/ruby_shared_gc.m4 +++ b/tool/m4/ruby_shared_gc.m4 @@ -6,7 +6,7 @@ AC_ARG_WITH(shared-gc, [shared_gc_dir=$withval], [unset shared_gc_dir] ) -AC_MSG_CHECKING([if Ruby is build with shared GC support]) +AC_MSG_CHECKING([if building with shared GC support]) AS_IF([test x"$shared_gc_dir" != x], [ AC_MSG_RESULT([yes])