summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-03-31 19:24:08 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-03-31 19:24:08 +0000
commit45334da911b188516189082f889ec3a3e2badc46 (patch)
tree2c25ad6fad09e4b0b03cc3ce7dba0c4ae5c59c93
parenta6b625c538e23a09334a276d551aba1921b135a1 (diff)
Fix build failure introduced by previous commit
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40026 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 387d82cc04..2f6cecb6d1 100644
--- a/configure.in
+++ b/configure.in
@@ -397,7 +397,7 @@ AS_CASE(["$host_os:$build_os"],
# 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
- AC_MSG_ERROR(clang version 3.0 or later is required)])
+ AC_MSG_ERROR([clang version 3.0 or later is required])
fi
])
if test x"${build}" != x"${host}"; then