diff options
| author | Adam Vandenberg | 2012-03-10 18:29:21 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2012-03-10 18:29:21 -0800 |
| commit | c0c400b7f32dc8aea5564854c97ae0e6d1e83ad8 (patch) | |
| tree | d708b7a21e14f3106fbf37873246667d7aa41c3e | |
| parent | 2890320c1e3ecd7da45c68bfe7cdeb55c7cf7281 (diff) | |
| download | homebrew-c0c400b7f32dc8aea5564854c97ae0e6d1e83ad8.tar.bz2 | |
cfitsio: remove silly comment
| -rw-r--r-- | Library/Formula/cfitsio.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Formula/cfitsio.rb b/Library/Formula/cfitsio.rb index 330a47aeb..3432f40ba 100644 --- a/Library/Formula/cfitsio.rb +++ b/Library/Formula/cfitsio.rb @@ -17,7 +17,6 @@ class Cfitsio < Formula end def install - # --disable-debug and --disable-dependency-tracking are not recognized by configure system "./configure", "--prefix=#{prefix}" system "make shared" system "make install" |
