ruby-changes:57707
From: =E5=8D=9C=E9=83=A8=E6=98=8C=E5=B9=B3 <ko1@a...>
Date: Tue, 10 Sep 2019 16:09:02 +0900 (JST)
Subject: [ruby-changes:57707] 487d290044 (master): oops
https://git.ruby-lang.org/ruby.git/commit/?id=487d290044 From 487d290044c5876991d0b9c577bf77a667ec6b93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=9C=E9=83=A8=E6=98=8C=E5=B9=B3?= <shyouhei@r...> Date: Tue, 10 Sep 2019 16:03:30 +0900 Subject: oops Silly typo. diff --git a/configure.ac b/configure.ac index c2197f0..6ebd5e3 100644 --- a/configure.ac +++ b/configure.ac @@ -1410,7 +1410,7 @@ AC_CACHE_CHECK([for __attribute__((__depreacted__(msg))) in C++], https://github.com/ruby/ruby/blob/trunk/configure.ac#L1410 [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)))])]) -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/