about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJyun-Yan You <jyyou.tw@gmail.com>2013-01-12 12:02:22 +0800
committerJyun-Yan You <jyyou.tw@gmail.com>2013-01-12 12:02:22 +0800
commit37f97ff5041839aa42892115de954489f9eab5bc (patch)
tree8dd2ec98aef8176f1307235d5a2230c60c88494a
parentf99d6cab43f787f8887a488b21ba3cd9f8ab9de4 (diff)
downloadrust-37f97ff5041839aa42892115de954489f9eab5bc.tar.gz
rust-37f97ff5041839aa42892115de954489f9eab5bc.zip
support clang 3.2
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 1e1b725ff47..acf27a218a6 100755
--- a/configure
+++ b/configure
@@ -516,7 +516,7 @@ then
                       | cut -d ' ' -f 2)
 
     case $CFG_CLANG_VERSION in
-        (3.0svn | 3.0 | 3.1 | 4.0 | 4.1)
+        (3.0svn | 3.0 | 3.1 | 3.2 | 4.0 | 4.1)
         step_msg "found ok version of CLANG: $CFG_CLANG_VERSION"
         CFG_C_COMPILER="clang"
         ;;