aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Nagel2011-09-04 14:12:43 -0500
committerJack Nagel2011-09-04 14:12:43 -0500
commit29f30e6d4aa6175b7471aced9f33c463d8bcab1d (patch)
tree33ceed6abb6ade6245bea49359b88b3f02dd266e
parent99cf7db01bf72eed6d96815d2dfe0883cd5c9d01 (diff)
downloadhomebrew-29f30e6d4aa6175b7471aced9f33c463d8bcab1d.tar.bz2
asciidoc: remove unused configure switch
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
-rw-r--r--Library/Formula/asciidoc.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/asciidoc.rb b/Library/Formula/asciidoc.rb
index 490d8cb21..06758b95a 100644
--- a/Library/Formula/asciidoc.rb
+++ b/Library/Formula/asciidoc.rb
@@ -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