aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/jpeg.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Formula/jpeg.rb b/Library/Formula/jpeg.rb
index e401baf74..035d26447 100644
--- a/Library/Formula/jpeg.rb
+++ b/Library/Formula/jpeg.rb
@@ -16,7 +16,6 @@ class Jpeg < Formula
def install
ENV.universal_binary if build.universal?
- # Builds static and shared libraries.
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}"
system "make install"