aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2012-02-28 11:32:21 -0600
committerJack Nagel2012-02-28 11:36:23 -0600
commit023faf6a12a932c229e2f97d49f6efeb61f13642 (patch)
treeb4626202ca80d795eaa7137c62960f4e31c149f6 /Library/Formula
parentec1f2faf2220f5a1e5aeda49a89fdde56ac3d41d (diff)
downloadhomebrew-023faf6a12a932c229e2f97d49f6efeb61f13642.tar.bz2
autoconf: remove unused configure switch
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/autoconf.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/autoconf.rb b/Library/Formula/autoconf.rb
index 9683c5224..874689348 100644
--- a/Library/Formula/autoconf.rb
+++ b/Library/Formula/autoconf.rb
@@ -16,7 +16,7 @@ class Autoconf < Formula
end
def install
- system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"
+ system "./configure", "--prefix=#{prefix}"
system "make install"
end