aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Alpert2009-10-02 22:49:03 -0600
committerBen Alpert2009-10-02 22:49:03 -0600
commita685aa5d2e0acca3458553755e8213e7196d6281 (patch)
tree9768724f2db02f74351f50f14c18166e83dd6094
parent99c275412429a49375690edfb2e0a8fb07541402 (diff)
downloadhomebrew-a685aa5d2e0acca3458553755e8213e7196d6281.tar.bz2
JPEG formula: remove --disable-debug
I was getting "WARNING: unrecognized options: --disable-debug"
-rw-r--r--Library/Formula/jpeg.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/jpeg.rb b/Library/Formula/jpeg.rb
index c920c3c29..4f5ce8037 100644
--- a/Library/Formula/jpeg.rb
+++ b/Library/Formula/jpeg.rb
@@ -6,7 +6,7 @@ class Jpeg <Formula
@homepage='http://www.ijg.org'
def install
- system "./configure --disable-debug --prefix='#{prefix}'"
+ system "./configure", "--prefix=#{prefix}"
system "make install"
end
end \ No newline at end of file