aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2010-06-01 20:42:42 -0700
committerAdam Vandenberg2010-06-01 20:42:42 -0700
commit017a5d158c58f27e049188d3343f0bfef10eef14 (patch)
treefe489b5e42f2a456001cdec0cc1ed49b56a3802d /Library/Formula
parent5e2bb95264170b09e2b17f88977b81d6f3873eea (diff)
downloadhomebrew-017a5d158c58f27e049188d3343f0bfef10eef14.tar.bz2
pbc - remove unused configure switch
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/pbc.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/pbc.rb b/Library/Formula/pbc.rb
index 4ba06ee45..29847c01f 100644
--- a/Library/Formula/pbc.rb
+++ b/Library/Formula/pbc.rb
@@ -8,7 +8,7 @@ class Pbc <Formula
depends_on 'gmp'
def install
- system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
+ system "./configure", "--prefix=#{prefix}", "--disable-dependency-tracking"
system "make install"
end
end