aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/spdylay.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/spdylay.rb')
-rw-r--r--Library/Formula/spdylay.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/Library/Formula/spdylay.rb b/Library/Formula/spdylay.rb
index 824e10618..b28a90734 100644
--- a/Library/Formula/spdylay.rb
+++ b/Library/Formula/spdylay.rb
@@ -25,9 +25,6 @@ class Spdylay < Formula
system "automake"
system "autoconf"
- ENV["ZLIB_CFLAGS"] = "-I/usr/include"
- ENV["ZLIB_LIBS"] = "-L/usr/lib -lz"
-
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}"
system "make", "install"