From 8b263f7566d17bbc3d31b33ea1ad6ee272a50970 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Steinbrink?= Date: Sat, 28 Feb 2015 17:53:12 +0100 Subject: [PATCH] Drop support for clang < 3.2 Fixes #20467 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index e722fe8772a..e5333b45525 100755 --- a/configure +++ b/configure @@ -875,7 +875,7 @@ then | cut -d ' ' -f 2) case $CFG_CLANG_VERSION in - (3.0svn | 3.0 | 3.1* | 3.2* | 3.3* | 3.4* | 3.5* | 3.6*) + (3.2* | 3.3* | 3.4* | 3.5* | 3.6*) step_msg "found ok version of CLANG: $CFG_CLANG_VERSION" if [ -z "$CC" ] then