about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2013-05-30 12:41:09 -0700
committerbors <bors@rust-lang.org>2013-05-30 12:41:09 -0700
commit784a8495d211c2195911e0a7ee5bcada931b3d45 (patch)
tree79bb6cf857f3d9494ee2b3f09e88de2b5a8b4b0e
parenta39429887a570f05c5da3e5dc8dfbcb6eea98f49 (diff)
parent594f40ecbeff43ea748480c10aecd74b446a5e6e (diff)
auto merge of #6835 : cmr/rust/clang, r=thestinger
current svn version is 3.4
-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"
         ;;