From 594f40ecbeff43ea748480c10aecd74b446a5e6e Mon Sep 17 00:00:00 2001 From: Corey Richardson Date: Thu, 30 May 2013 13:33:52 -0400 Subject: [PATCH] bump clang version --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ;;