aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/libtiff.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/libtiff.rb b/Library/Formula/libtiff.rb
index aa5c2a690..7e39f0bc2 100644
--- a/Library/Formula/libtiff.rb
+++ b/Library/Formula/libtiff.rb
@@ -6,7 +6,7 @@ class Libtiff <Formula
md5 '93e56e421679c591de7552db13384cb8'
def install
- system "./configure", "--prefix=#{prefix}", "--disable-debug", "--mandir=#{man}"
+ system "./configure", "--prefix=#{prefix}", "--mandir=#{man}"
system "make install"
end
end