Replaced HAVE_LIBZ with HAVE_ZLIB

This commit is contained in:
Tatsuhiro Tsujikawa 2011-02-18 22:34:38 +09:00
parent 5b62fa9ab1
commit 7230fbd2f7
13 changed files with 41 additions and 41 deletions

View file

@ -795,9 +795,9 @@ void HttpRequestTest::testEnableAcceptEncoding()
httpRequest.setAuthConfigFactory(authConfigFactory_, option_.get());
std::string acceptEncodings;
#ifdef HAVE_LIBZ
#ifdef HAVE_ZLIB
acceptEncodings += "deflate, gzip";
#endif // HAVE_LIBZ
#endif // HAVE_ZLIB
std::string expectedTextHead =
"GET /archives/aria2-1.0.0.tar.bz2 HTTP/1.1\r\n"