Fix a typo

[Misc #20636]
This commit is contained in:
Kazuhiro NISHIYAMA 2024-07-16 11:40:26 +09:00
parent a1435981e9
commit b01cf8ccde
No known key found for this signature in database
GPG key ID: 262ED8DBB4222F7A

View file

@ -1664,7 +1664,7 @@ AS_IF([test "$rb_cv_func_weak" != x], [
AC_DEFINE(HAVE_FUNC_WEAK) AC_DEFINE(HAVE_FUNC_WEAK)
]) ])
AC_CACHE_CHECK([for __attribute__((__depreacted__(msg))) in C++], AC_CACHE_CHECK([for __attribute__((__deprecated__(msg))) in C++],
rb_cv_CentOS6_CXX_workaround, rb_cv_CentOS6_CXX_workaround,
RUBY_WERROR_FLAG([ RUBY_WERROR_FLAG([
AC_LANG_PUSH([C++]) AC_LANG_PUSH([C++])