From 2c46bf7e318f585947c2146ce42c249fba3bc326 Mon Sep 17 00:00:00 2001 From: Dimitri Krassovski Date: Sat, 2 Feb 2013 01:07:56 +0200 Subject: [PATCH] Add support for clang 4.2 (as reported by apple clang) r=graydon --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index e9790205b90..9813f0ec6b6 100755 --- a/configure +++ b/configure @@ -515,7 +515,7 @@ then | cut -d ' ' -f 2) case $CFG_CLANG_VERSION in - (3.0svn | 3.0 | 3.1* | 3.2* | 4.0* | 4.1*) + (3.0svn | 3.0 | 3.1* | 3.2* | 4.0* | 4.1* | 4.2*) step_msg "found ok version of CLANG: $CFG_CLANG_VERSION" CFG_C_COMPILER="clang" ;;