]> git.lizzy.rs Git - rust.git/commitdiff
Expand OS X versions referenced in configure message
authorCarol Nichols <carol.nichols@gmail.com>
Thu, 7 May 2015 23:11:18 +0000 (19:11 -0400)
committerCarol Nichols <carol.nichols@gmail.com>
Thu, 7 May 2015 23:35:58 +0000 (19:35 -0400)
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.

configure

index 9aebfe07967d99fc1fc268dd7649486f4fac933f..f0cba4b0c6a6dd78da8df4c01152f72515077fda 100755 (executable)
--- a/configure
+++ b/configure
@@ -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