summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorayumin <ayumin@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-03-31 22:19:55 +0000
committerayumin <ayumin@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-03-31 22:19:55 +0000
commitec61b0794a04b5b341d3ba8a0e394976c104341b (patch)
treee297d2110a5c18e233cc72cacaa6567eca2f68eb /configure.in
parent45334da911b188516189082f889ec3a3e2badc46 (diff)
* configure.in: use quadrigraph to put '[' or ']'. [Bug #8192]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40027 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 2f6cecb6d1..f52c95f410 100644
--- a/configure.in
+++ b/configure.in
@@ -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 @<:@ $CC = "clang" @:>@ && $CC --version | grep 'clang version @<:@12 @:>@\.' ; then
AC_MSG_ERROR([clang version 3.0 or later is required])
fi
])