From b59b36fb8e8b5b08c61c8c3804fa7725ffb8bf29 Mon Sep 17 00:00:00 2001 From: "Tim D. Smith" Date: Sat, 12 Nov 2016 23:11:03 -0800 Subject: [PATCH] mailutils: remove no-op flag --- Formula/mailutils.rb | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Formula/mailutils.rb b/Formula/mailutils.rb index 50f5ac17cb762..67ccf1200070e 100644 --- a/Formula/mailutils.rb +++ b/Formula/mailutils.rb @@ -18,10 +18,7 @@ class Mailutils < Formula patch :DATA def install - # Python breaks the build (2014-05-01) - # Don't want bin/mu-mh/ directory - system "./configure", "--without-python", - "--disable-mh", + system "./configure", "--disable-mh", "--prefix=#{prefix}" system "make", "PYTHON_LIBS=-undefined dynamic_lookup", "install" end