1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* configure.in: use 'test' instead quadrigraph.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40028 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ayumin 2013-03-31 23:16:19 +00:00
parent ec61b0794a
commit 6a23960f3f

View file

@ -396,7 +396,7 @@ AS_CASE(["$host_os:$build_os"],
# clang version 1.0 (http://llvm.org/svn/llvm-project/cfe/tags/Apple/clang-23 exported)
# Apple clang version 2.0 (tags/Apple/clang-137) (based on LLVM 2.9svn)
# Apple clang version 2.1 (tags/Apple/clang-163.7.1) (based on LLVM 3.0svn)
if @<:@ $CC = "clang" @:>@ && $CC --version | grep 'clang version @<:@12 @:>@\.' ; then
if test "$CC" = "clang" && $CC --version | grep 'clang version @<:@12 @:>@\.' ; then
AC_MSG_ERROR([clang version 3.0 or later is required])
fi
])