Skip to content

Commit 468cb05

Browse files
committed
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.
1 parent f0ac7e0 commit 468cb05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure

+1-1
Original file line numberDiff line numberDiff line change
@@ -844,7 +844,7 @@ then
844844
CFG_OSX_GCC_VERSION=$("$CFG_GCC" --version 2>&1 | grep "Apple LLVM version")
845845
if [ $? -eq 0 ]
846846
then
847-
step_msg "on OS X 10.9, forcing use of clang"
847+
step_msg "on OS X >=10.9, forcing use of clang"
848848
CFG_ENABLE_CLANG=1
849849
else
850850
if [ $("$CFG_GCC" --version 2>&1 | grep -c ' 4\.[0-6]') -ne 0 ]; then

0 commit comments

Comments
 (0)