Thrift: Re-committing zlib.
authorDavid Reiss <dreiss@apache.org>
Mon, 17 Sep 2007 23:20:38 +0000 (23:20 +0000)
committerDavid Reiss <dreiss@apache.org>
Mon, 17 Sep 2007 23:20:38 +0000 (23:20 +0000)
commitfaebedd356985c3b2df5e39e1cf5b152c29fc179
treeed22638b9d0e355fd9db1ba9d0f4f6045f6f9610
parentf84b360d5c593653a3f038d526797805861b8ace
Thrift: Re-committing zlib.

Summary:
Same as the last (reverted) zlib patch,
but this time with way more awesome support for building
with no zlib headers installed.

Reviewed By: mcslee

Test Plan:
- Did lots of really pathological stuff in my VMware.
- On devrs004:
  ./bootstrap.sh && ./configure && make && make install DESTDIR=/tmp/tzinst && echo "Yay"

Revert Plan: ok

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665269 13f79535-47bb-0310-9956-ffa450edef68
lib/cpp/Makefile.am
lib/cpp/aclocal/ax_lib_event.m4
lib/cpp/aclocal/ax_lib_zlib.m4 [new file with mode: 0644]
lib/cpp/configure.ac
lib/cpp/src/Thrift.h
lib/cpp/src/transport/TTransportException.h
lib/cpp/src/transport/TZlibTransport.cpp [new file with mode: 0644]
lib/cpp/src/transport/TZlibTransport.h [new file with mode: 0644]
test/DebugProtoTest.thrift
test/ZlibTest.cpp [new file with mode: 0644]