diff options
| author | Adam Vandenberg | 2013-01-29 15:44:48 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-29 15:45:11 -0800 |
| commit | 34f7f9586c2d783a4a77938f787d4d73566ef6fd (patch) | |
| tree | 40064f4f2c987306ffd060c995ca512830dd0b44 /Library/Formula | |
| parent | d3be42ee251519837a2b251da541dfb7f3e36768 (diff) | |
| download | homebrew-34f7f9586c2d783a4a77938f787d4d73566ef6fd.tar.bz2 | |
the silver searcher: remove unused configure switch
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/the_silver_searcher.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/the_silver_searcher.rb b/Library/Formula/the_silver_searcher.rb index f06a02cd3..f672c870a 100644 --- a/Library/Formula/the_silver_searcher.rb +++ b/Library/Formula/the_silver_searcher.rb @@ -20,8 +20,7 @@ class TheSilverSearcher < Formula system "autoheader" system "automake --add-missing" - system "./configure", "--disable-debug", - "--disable-dependency-tracking", + system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}" system "make" system "make install" |
