aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2013-03-20 13:33:58 -0700
committerAdam Vandenberg2013-03-20 13:33:58 -0700
commit190c2d5ae003c5ba6895418f9c79572839af970a (patch)
treea7eff9fa1fe30f742c2ab22559d8ec0b34e9fc01 /Library/Formula
parent6dbe3902961b083c3974607b7f390eab4fd336ad (diff)
downloadhomebrew-190c2d5ae003c5ba6895418f9c79572839af970a.tar.bz2
serf: remove unused configure switches
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/serf.rb4
1 files changed, 1 insertions, 3 deletions
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