THRIFT-507. Only use Boost for building the C++ library
authorDavid Reiss <dreiss@apache.org>
Tue, 31 Aug 2010 16:51:28 +0000 (16:51 +0000)
committerDavid Reiss <dreiss@apache.org>
Tue, 31 Aug 2010 16:51:28 +0000 (16:51 +0000)
commitef5e81b1acdc6e0091c8bc9170bff1e83c7e990e
tree2d97644699a4bde1d21d8785403dbf129cfe6386
parentaca320d3955c39ce7c05de16d748e103daf074a4
THRIFT-507. Only use Boost for building the C++ library

- Make AX_BOOST_BASE warn instead of fataling if Boost is not found.
- If Boost is not found, disable compilation of the C++ library.
- Do not use CPPFLAGS or LDFLAGS from Boost when building the compiler.

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@991253 13f79535-47bb-0310-9956-ffa450edef68
aclocal/ax_boost_base.m4
compiler/cpp/Makefile.am
configure.ac