about summary refs log tree commit diff
diff options
context:
space:
mode:
authorCarol Nichols <carol.nichols@gmail.com>2015-05-07 19:11:18 -0400
committerCarol Nichols <carol.nichols@gmail.com>2015-05-07 19:35:58 -0400
commit468cb052b8e104f3c79dbb522b57a504f52ba1c1 (patch)
tree6e05b3dd8ab4da1651fd7b381a97f84bcb4b6be8
parentf0ac7e04e647381e2bb87de1f3d0b108acb24d06 (diff)
downloadrust-468cb052b8e104f3c79dbb522b57a504f52ba1c1.tar.gz
rust-468cb052b8e104f3c79dbb522b57a504f52ba1c1.zip
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.
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 9aebfe07967..f0cba4b0c6a 100755
--- 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