diff options
| author | Adam Vandenberg | 2013-03-20 13:33:58 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-03-20 13:33:58 -0700 |
| commit | 190c2d5ae003c5ba6895418f9c79572839af970a (patch) | |
| tree | a7eff9fa1fe30f742c2ab22559d8ec0b34e9fc01 /Library | |
| parent | 6dbe3902961b083c3974607b7f390eab4fd336ad (diff) | |
| download | homebrew-190c2d5ae003c5ba6895418f9c79572839af970a.tar.bz2 | |
serf: remove unused configure switches
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/serf.rb | 4 |
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 |
