aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/help2man.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/help2man.rb b/Library/Formula/help2man.rb
index 3b07fd5ad..10a7f5465 100644
--- a/Library/Formula/help2man.rb
+++ b/Library/Formula/help2man.rb
@@ -6,7 +6,7 @@ class Help2man <Formula
md5 '371b5cc74fe9c2ea3ee1ca23c19b19a8'
def install
- system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
+ system "./configure", "--prefix=#{prefix}"
# Skip making the "info" files.
system "make help2man man"