Converted concurrency classes to use boost::shared_ptr and boost::weak_ptr:

Wrapped all thrift code in facebook::thrift:: namespace


	


git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@664735 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/lib/cpp/configure.ac b/lib/cpp/configure.ac
index 77a4f32..ee9995e 100644
--- a/lib/cpp/configure.ac
+++ b/lib/cpp/configure.ac
@@ -32,6 +32,8 @@
 
 AC_CHECK_HEADERS([unistd.h])
 
+AX_BOOST_BASE([1.33.1])
+
 AC_CHECK_LIB(pthread, pthread_create)
 
 AC_CHECK_LIB(rt, sched_get_priority_min)