gawk - remove unsed configure switch

This commit is contained in:
Adam Vandenberg 2010-06-22 13:52:21 -07:00
parent 9ad89c9c0d
commit e348126a89

View file

@ -6,7 +6,7 @@ class Gawk <Formula
md5 '52b41c6c4418b3226dfb8f82076193bb'
def install
system "./configure", "--prefix=#{prefix}", "--disable-debug"
system "./configure", "--prefix=#{prefix}"
system "make"
system "make install"
end