From 5ef1525b5ed596060f985fce06e0a228c6988fab Mon Sep 17 00:00:00 2001 From: mrkn Date: Mon, 18 Mar 2013 16:22:15 +0000 Subject: * configure.in: Fix c++ compiler auto-selection not only for Darwin 11.x, but also the other versions of Darwin. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39814 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 40717dd8e6..ee5e8b1cff 100644 --- a/configure.in +++ b/configure.in @@ -208,7 +208,7 @@ then (it is also a good idea to do 'make clean' before compiling)) fi AS_CASE(["$build_os"], - [darwin11.*], [ + [darwin1*.*], [ AS_CASE(["x$CC"], [xgcc-4.2|x/usr/bin/gcc-4.2], [: ${CXX=g++-4.2}], [xgcc|x/usr/bin/gcc], [: ${CXX=g++}], -- cgit v1.2.3