asciidoc: remove unused configure switch

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
master
Jack Nagel 2011-09-04 14:12:43 -05:00
parent 922b350949
commit 568be46461
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ class Asciidoc < Formula
ohai "Creating configure file"
system "autoconf"
end
system "./configure", "--disable-debug", "--prefix=#{prefix}"
system "./configure", "--prefix=#{prefix}"
system "make install"
end
end