From 25bc65b487cecd3c7712d05fb1c5707982bf6f89 Mon Sep 17 00:00:00 2001 From: Francisco Souza Date: Thu, 20 Sep 2012 11:29:28 -0300 Subject: [PATCH] configure: support clang 4.1 (provided by XCode 4.5) Apple keeps calling 4.x its version of clang 3.1. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 632768a5f867f..980624f0eccd0 100755 --- a/configure +++ b/configure @@ -400,7 +400,7 @@ then | cut -d ' ' -f 2) case $CFG_CLANG_VERSION in - (3.0svn | 3.0 | 3.1 | 4.0) + (3.0svn | 3.0 | 3.1 | 4.0 | 4.1) step_msg "found ok version of CLANG: $CFG_CLANG_VERSION" CFG_C_COMPILER="clang" ;;