From 190c2d5ae003c5ba6895418f9c79572839af970a Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Wed, 20 Mar 2013 13:33:58 -0700 Subject: serf: remove unused configure switches --- Library/Formula/serf.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/serf.rb b/Library/Formula/serf.rb index bcc543ca5..ebccf4d42 100644 --- a/Library/Formula/serf.rb +++ b/Library/Formula/serf.rb @@ -16,9 +16,7 @@ class Serf < Formula def install ENV.universal_binary if build.universal? - system "./configure", "--disable-debug", - "--disable-dependency-tracking", - "--prefix=#{prefix}", + system "./configure", "--prefix=#{prefix}", "--with-apr=#{apr_bin}" system "make install" end -- cgit v1.2.3