Skip to content

Commit

Permalink
Expand OS X versions referenced in configure message
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
carols10cents committed May 7, 2015
1 parent f0ac7e0 commit 468cb05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Expand Up @@ -844,7 +844,7 @@ then
CFG_OSX_GCC_VERSION=$("$CFG_GCC" --version 2>&1 | grep "Apple LLVM version")
if [ $? -eq 0 ]
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
else
if [ $("$CFG_GCC" --version 2>&1 | grep -c ' 4\.[0-6]') -ne 0 ]; then
Expand Down

0 comments on commit 468cb05

Please sign in to comment.