cfitsio: remove silly comment

This commit is contained in:
Adam Vandenberg 2012-03-10 18:29:21 -08:00
parent f4a1828ed4
commit 881305994b

View file

@ -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"