From 7508de57b0cc64dceb9609c9ce91918b27832338 Mon Sep 17 00:00:00 2001 From: marudor Date: Sat, 18 Jun 2016 10:38:11 +0200 Subject: [PATCH] fix build for clang 8.0 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 49950d2840d..b2334740f93 100755 --- a/configure +++ b/configure @@ -1053,7 +1053,7 @@ then if [ -n "$CFG_OSX_CLANG_VERSION" ] then case $CFG_OSX_CLANG_VERSION in - (7.0* | 7.1* | 7.2* | 7.3*) + (7.0* | 7.1* | 7.2* | 7.3* | 8.0*) step_msg "found ok version of APPLE CLANG: $CFG_OSX_CLANG_VERSION" ;; (*)