mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
oops
Silly typo.
This commit is contained in:
parent
df1721c668
commit
487d290044
1 changed files with 1 additions and 1 deletions
|
@ -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)))])])
|
||||
|
||||
|
|
Loading…
Reference in a new issue