From d7a53cf53525751a8eca5b8a6e78a343b983da39 Mon Sep 17 00:00:00 2001 From: Francisco Souza Date: Sun, 29 Jul 2012 15:04:49 -0300 Subject: [PATCH] configure: fix compatibility issue with Apple clang 4.0 Fix compatibility with Mountain Lion. Closes #3049. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 06bddccc15cf0..040bae9fe60a3 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) + (3.0svn | 3.0 | 3.1 | 4.0) step_msg "found ok version of CLANG: $CFG_CLANG_VERSION" CFG_C_COMPILER="clang" ;;