From 37f97ff5041839aa42892115de954489f9eab5bc Mon Sep 17 00:00:00 2001 From: Jyun-Yan You Date: Sat, 12 Jan 2013 12:02:22 +0800 Subject: [PATCH] support clang 3.2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ;;