aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
author卜部昌平 <shyouhei@ruby-lang.org>2019-09-10 16:03:30 +0900
committer卜部昌平 <shyouhei@ruby-lang.org>2019-09-10 16:04:17 +0900
commit487d290044c5876991d0b9c577bf77a667ec6b93 (patch)
treeba36443e3b7cbe4ace89b89caef989fed237ff91 /configure.ac
parentdf1721c668cfd20a08ec6369de89ea314c1d4d19 (diff)
downloadruby-487d290044c5876991d0b9c577bf77a667ec6b93.tar.gz
oops
Silly typo.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c2197f083b..6ebd5e31b1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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)))])])