Fix grammar of ruby_shared_gc.m4

This commit is contained in:
Peter Zhu 2024-07-09 13:14:28 -04:00
parent 140d8318db
commit c1ff8d519f

View File

@ -6,7 +6,7 @@ AC_ARG_WITH(shared-gc,
[shared_gc_dir=$withval], [unset shared_gc_dir] [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], [ AS_IF([test x"$shared_gc_dir" != x], [
AC_MSG_RESULT([yes]) AC_MSG_RESULT([yes])