about summary refs log tree commit diff
diff options
context:
space:
mode:
authorCorey Richardson <corey@octayn.net>2013-05-30 13:33:52 -0400
committerCorey Richardson <corey@octayn.net>2013-05-30 13:33:52 -0400
commit594f40ecbeff43ea748480c10aecd74b446a5e6e (patch)
tree263fbbaff2589cc0ae8d84553a038e2f1366e528
parent682afcac5200019b363310f56cfabb78edea9397 (diff)
downloadrust-594f40ecbeff43ea748480c10aecd74b446a5e6e.tar.gz
rust-594f40ecbeff43ea748480c10aecd74b446a5e6e.zip
bump clang version
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 88b9ccafb9c..6c9c88e606f 100755
--- 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"
         ;;