boost: remove LLVM compiler check no-op.

This commit is contained in:
Mike McQuaid 2016-12-19 17:49:51 +00:00
parent 10c60d47ff
commit 613d3b6797

View file

@ -66,7 +66,7 @@ class Boost < Formula
# Boost.Log cannot be built using Apple GCC at the moment. Disabled
# on such systems.
without_libraries << "log" if ENV.compiler == :gcc || ENV.compiler == :llvm
without_libraries << "log" if ENV.compiler == :gcc
without_libraries << "mpi" if build.without? "mpi"
bootstrap_args << "--without-libraries=#{without_libraries.join(",")}"