aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/exiv2.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2010-05-30 11:04:34 -0700
committerAdam Vandenberg2010-05-30 11:06:36 -0700
commit9e4493dbb669c25a8f80033b3ef314181fb17845 (patch)
tree6731f327fad8e3a062de418e9a6c6abb9d80b511 /Library/Formula/exiv2.rb
parent22cfeeb64192aa68dd742c308b6f8324ab46f822 (diff)
downloadhomebrew-9e4493dbb669c25a8f80033b3ef314181fb17845.tar.bz2
exiv2 - remove unused configure switch
Diffstat (limited to 'Library/Formula/exiv2.rb')
-rw-r--r--Library/Formula/exiv2.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/exiv2.rb b/Library/Formula/exiv2.rb
index bac1e232d..72a1c5949 100644
--- a/Library/Formula/exiv2.rb
+++ b/Library/Formula/exiv2.rb
@@ -6,7 +6,7 @@ class Exiv2 <Formula
md5 'f52fb75a2cb7512f1484deab76473e13'
def install
- system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
+ system "./configure", "--prefix=#{prefix}", "--disable-dependency-tracking"
system "make install"
end
end