diff options
| author | Jack Nagel | 2011-09-04 14:12:43 -0500 |
|---|---|---|
| committer | Jack Nagel | 2011-09-04 14:12:43 -0500 |
| commit | 29f30e6d4aa6175b7471aced9f33c463d8bcab1d (patch) | |
| tree | 33ceed6abb6ade6245bea49359b88b3f02dd266e | |
| parent | 99cf7db01bf72eed6d96815d2dfe0883cd5c9d01 (diff) | |
| download | homebrew-29f30e6d4aa6175b7471aced9f33c463d8bcab1d.tar.bz2 | |
asciidoc: remove unused configure switch
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
| -rw-r--r-- | Library/Formula/asciidoc.rb | 2 |
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 |
