diff options
| author | Jack Nagel | 2014-10-31 17:06:55 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2014-10-31 17:13:25 -0500 | 
| commit | 4dbeb6ac0e39ff9dd42b12ed1d0601e923895939 (patch) | |
| tree | 5af7061164fe8260f9a78a5a876f083f62fc4aa6 | |
| parent | 6b19a05923cd99c7908f029bb2da2c563ceb0e92 (diff) | |
| download | homebrew-4dbeb6ac0e39ff9dd42b12ed1d0601e923895939.tar.bz2 | |
pth: remove unused configure switch
| -rw-r--r-- | Library/Formula/pth.rb | 4 | 
1 files changed, 1 insertions, 3 deletions
| diff --git a/Library/Formula/pth.rb b/Library/Formula/pth.rb index 63e9c39cd..f5f4940f9 100644 --- a/Library/Formula/pth.rb +++ b/Library/Formula/pth.rb @@ -17,9 +17,7 @@ class Pth < Formula    def install      ENV.deparallelize      # Note: shared library will not be build with --disable-debug, so don't add that flag -    system "./configure", "--disable-dependency-tracking", -                          "--prefix=#{prefix}", -                          "--mandir=#{man}" +    system "./configure", "--prefix=#{prefix}", "--mandir=#{man}"      system "make"      system "make test"      system "make install" | 
