ruby-changes:27974
From: naruse <ko1@a...>
Date: Mon, 1 Apr 2013 04:24:18 +0900 (JST)
Subject: [ruby-changes:27974] naruse:r40026 (trunk): Fix build failure introduced by previous commit
naruse 2013-04-01 04:24:08 +0900 (Mon, 01 Apr 2013) New Revision: 40026 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=40026 Log: Fix build failure introduced by previous commit Modified files: trunk/configure.in Index: configure.in =================================================================== --- configure.in (revision 40025) +++ configure.in (revision 40026) @@ -397,7 +397,7 @@ AS_CASE(["$host_os:$build_os"], https://github.com/ruby/ruby/blob/trunk/configure.in#L397 # 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 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/