1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
Silly typo.
This commit is contained in:
卜部昌平 2019-09-10 16:03:30 +09:00
parent df1721c668
commit 487d290044

View file

@ -1410,7 +1410,7 @@ AC_CACHE_CHECK([for __attribute__((__depreacted__(msg))) in C++],
[rb_cv_CentOS6_CXX_workaround=yes],
[rb_cv_CentOS6_CXX_workaround=no])
AC_LANG_POP()]))
AS_IF([test "rb_cv_CentOS6_CXX_workaround" != no],[
AS_IF([test "$rb_cv_CentOS6_CXX_workaround" != no],[
AC_DEFINE([RUBY_CXX_DEPRECATED(msg)],
[__attribute__((__deprecated__(msg)))])])