about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMartin <martin@martinsvanberg.com>2016-01-18 15:57:57 +0100
committerMartin <martin@martinsvanberg.com>2016-01-18 15:57:57 +0100
commitda56967a3eaac0a556e818745dfc5a64d7dcf26a (patch)
treeb244b149776614fe9f5478a41938223e48071d5c
parent2f1703d161acd1608780f0e699f29340b90382d0 (diff)
downloadrust-da56967a3eaac0a556e818745dfc5a64d7dcf26a.tar.gz
rust-da56967a3eaac0a556e818745dfc5a64d7dcf26a.zip
Enumerate acceptable clang versions
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 07c9551951e..287b7b35219 100755
--- a/configure
+++ b/configure
@@ -1035,7 +1035,7 @@ then
         if [ -n "$CFG_OSX_CLANG_VERSION" ]
         then
             case $CFG_OSX_CLANG_VERSION in
-                (7.*)
+                (7.0* | 7.1* | 7.2*)
                 step_msg "found ok version of APPLE CLANG: $CFG_OSX_CLANG_VERSION"
                 ;;
                 (*)