]> git.lizzy.rs Git - rust.git/commitdiff
support clang 3.2
authorJyun-Yan You <jyyou.tw@gmail.com>
Sat, 12 Jan 2013 04:02:22 +0000 (12:02 +0800)
committerJyun-Yan You <jyyou.tw@gmail.com>
Sat, 12 Jan 2013 04:02:22 +0000 (12:02 +0800)
configure

index 1e1b725ff47e9ac23147e9fd33aef9c7c7fc1af5..acf27a218a631921e15d8a7738e63c20215f8ea5 100755 (executable)
--- 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"
         ;;