libtiff - remove unused configure switch

master
Adam Vandenberg 2010-08-14 14:11:09 -07:00
parent 94090393ec
commit 0cf950aa1f
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ class Libtiff <Formula
md5 '93e56e421679c591de7552db13384cb8'
def install
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--mandir=#{man}"
system "./configure", "--prefix=#{prefix}", "--mandir=#{man}"
system "make install"
end
end