diff options
| author | Jack Nagel | 2012-02-28 11:32:21 -0600 |
|---|---|---|
| committer | Jack Nagel | 2012-02-28 11:36:23 -0600 |
| commit | 023faf6a12a932c229e2f97d49f6efeb61f13642 (patch) | |
| tree | b4626202ca80d795eaa7137c62960f4e31c149f6 /Library/Formula | |
| parent | ec1f2faf2220f5a1e5aeda49a89fdde56ac3d41d (diff) | |
| download | homebrew-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.rb | 2 |
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 |
