Expand OS X versions referenced in configure message
10.10 is out, so it's weird to see a message that says you're on 10.9. Change the message to be >=10.9.
This commit is contained in:
parent
f0ac7e04e6
commit
468cb052b8
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -844,7 +844,7 @@ then
|
||||||
CFG_OSX_GCC_VERSION=$("$CFG_GCC" --version 2>&1 | grep "Apple LLVM version")
|
CFG_OSX_GCC_VERSION=$("$CFG_GCC" --version 2>&1 | grep "Apple LLVM version")
|
||||||
if [ $? -eq 0 ]
|
if [ $? -eq 0 ]
|
||||||
then
|
then
|
||||||
step_msg "on OS X 10.9, forcing use of clang"
|
step_msg "on OS X >=10.9, forcing use of clang"
|
||||||
CFG_ENABLE_CLANG=1
|
CFG_ENABLE_CLANG=1
|
||||||
else
|
else
|
||||||
if [ $("$CFG_GCC" --version 2>&1 | grep -c ' 4\.[0-6]') -ne 0 ]; then
|
if [ $("$CFG_GCC" --version 2>&1 | grep -c ' 4\.[0-6]') -ne 0 ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue