]> git.lizzy.rs Git - rust.git/commitdiff
bump clang version
authorCorey Richardson <corey@octayn.net>
Thu, 30 May 2013 17:33:52 +0000 (13:33 -0400)
committerCorey Richardson <corey@octayn.net>
Thu, 30 May 2013 17:33:52 +0000 (13:33 -0400)
configure

index 88b9ccafb9c0ebef9274eff47ef5d7b72b30291e..6c9c88e606f616e2d64a87f4f8bdc1fc70c0bf23 100755 (executable)
--- a/configure
+++ b/configure
@@ -561,7 +561,7 @@ then
                       | cut -d ' ' -f 2)
 
     case $CFG_CLANG_VERSION in
-        (3.0svn | 3.0 | 3.1* | 3.2* | 3.3*)
+        (3.0svn | 3.0 | 3.1* | 3.2* | 3.3* | 3.4* )
         step_msg "found ok version of CLANG: $CFG_CLANG_VERSION"
         CFG_C_COMPILER="clang"
         ;;