diff options
| author | Adam Vandenberg | 2014-05-06 13:44:52 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2014-05-06 13:44:52 -0700 |
| commit | 67a3efd77d4b7febb545a94f5fd66605a437b0c3 (patch) | |
| tree | 9ce2e87e6798641a50dad057e77de4a8ffd4b5c1 /Library | |
| parent | 75252e85e2519fb257ecd2dae9ba573f6ded5284 (diff) | |
| download | homebrew-67a3efd77d4b7febb545a94f5fd66605a437b0c3.tar.bz2 | |
submarine: remove unused configure switch
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/submarine.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/submarine.rb b/Library/Formula/submarine.rb index c7bce8536..f91859c06 100644 --- a/Library/Formula/submarine.rb +++ b/Library/Formula/submarine.rb @@ -24,8 +24,7 @@ class Submarine < Formula # See https://github.com/rastersoft/submarine/pull/1 inreplace 'configure.ac', 'gee-1.0', 'gee-0.8' system "./autogen.sh" - system "./configure", "--disable-debug", - "--disable-dependency-tracking", + system "./configure", "--disable-dependency-tracking", "--disable-silent-rules", "--prefix=#{prefix}" system "make", "install" |
