r1202@dev030 (orig r59985): dreiss | 2007-09-17 16:20:38 -0700
commit706c47ff6172966e20cd5fcb769c9a905c273569
author(no author) <(no author)@41a61cd8-c433-0410-bb1c-e256eeef9e11>
Mon, 17 Sep 2007 23:11:24 +0000 (17 23:11 +0000)
committer(no author) <(no author)@41a61cd8-c433-0410-bb1c-e256eeef9e11>
Mon, 17 Sep 2007 23:11:24 +0000 (17 23:11 +0000)
treeed22638b9d0e355fd9db1ba9d0f4f6045f6f9610
parentd9305d43cf9a92b734da125ffed165e04e3ef8f2
 r1202@dev030 (orig r59985):  dreiss | 2007-09-17 16:20:38 -0700
 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: http://svn.facebook.com/svnroot/thrift/trunk@586 41a61cd8-c433-0410-bb1c-e256eeef9e11
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]