about summary refs log tree commit diff
diff options
context:
space:
mode:
authorReuben Morais <reuben.morais@gmail.com>2012-01-08 23:53:26 -0200
committerReuben Morais <reuben.morais@gmail.com>2012-01-08 23:53:26 -0200
commitd593b74469886db697f6cd19d799365d2f634bda (patch)
tree6ac01de7e8936b6ded8ef4dd883778a037334632
parent51fe20b92ec50cf13b5bea5af80312c59b2bb5d0 (diff)
downloadrust-d593b74469886db697f6cd19d799365d2f634bda.tar.gz
rust-d593b74469886db697f6cd19d799365d2f634bda.zip
Allow Clang 3.1
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index b071c5a810a..d0d86973377 100755
--- a/configure
+++ b/configure
@@ -324,7 +324,7 @@ then
                       | cut -d ' ' -f 3)
 
     case $CFG_CLANG_VERSION in
-        (3.0svn | 3.0)
+        (3.0svn | 3.0 | 3.1)
         step_msg "found ok version of CLANG: $CFG_CLANG_VERSION"
         CFG_C_COMPILER="clang"
         ;;