From 794d4fe49798bb84ea3fcd1080dcdd01d10bb5c2 Mon Sep 17 00:00:00 2001
From: Fons Rademakers <Fons.Rademakers@cern.ch>
Date: Wed, 23 Mar 2016 16:39:25 +0100
Subject: [PATCH] disable Vc on OSX as it is broken for the latest clang
 (clang-703.0.29).

Build with cmake works as it downloads latest Vc.
---
 configure | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/configure b/configure
index 94c09740993..fcb72fa9b71 100755
--- a/configure
+++ b/configure
@@ -6510,8 +6510,10 @@ if test "x$enable_vc" = "xyes"; then
     # with GCC and Open64 check the binutils version. If it's less than 2.18.93 the assembler doesn't know xgetbv
     case $arch in
     macos*)
+       # temporary disabled waiting for new Vc
+       enable_vc="no"
        ;;
-    linuxppc*)
+    linuxppc*|linuxarm*)
        enable_vc="no"
        ;;
     *)
-- 
GitLab