THRIFT-850. build: Perl runtime requires Bit::Vector which may not be installed by...
authorBryan Duxbury <bryanduxbury@apache.org>
Thu, 19 Aug 2010 05:23:59 +0000 (05:23 +0000)
committerBryan Duxbury <bryanduxbury@apache.org>
Thu, 19 Aug 2010 05:23:59 +0000 (05:23 +0000)
commit1237369cfc1b63c7b4c7e1a9455b2196c3fda006
tree256fea355279046266d0af3cf97adca12941f2ac
parentd3879f80c6bfb8c60b569ceb9a6235fcdff066a2
THRIFT-850. build: Perl runtime requires Bit::Vector which may not be installed by default, but configure does not fail

Attached patch should do the following:

    * check for the existence of the Perl Bit::Vector module
    * warn the user that the Perl library won't be built if Bit::Vector doesn't exist
    * have the WITH_PERL conditional also require Bit::Vector (e.g. don't built the perl libs if the module isn't there)

Patch: Michael Lum

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@987020 13f79535-47bb-0310-9956-ffa450edef68
configure.ac