aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/boost.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/boost.rb b/Library/Formula/boost.rb
index 514c26dbc..cf6d5dc9b 100644
--- a/Library/Formula/boost.rb
+++ b/Library/Formula/boost.rb
@@ -72,7 +72,7 @@ class Boost < Formula
EOS
end
- if build.cxx11? and build.with? 'mpi' and python
+ if build.cxx11? and build.with? 'mpi' and build.with? 'python'
raise <<-EOS.undent
Building MPI support for Python using C++11 mode results in
failure and hence disabled. Please don't use this combination