THRIFT-2471: Make cpp.ref annotation language agnostic

update boost to 1.53

Patch: Roger Meier
diff --git a/configure.ac b/configure.ac
index f4d1869..5712584 100755
--- a/configure.ac
+++ b/configure.ac
@@ -127,7 +127,7 @@
 AX_THRIFT_LIB(cpp, [C++], yes)
 have_cpp=no
 if test "$with_cpp" = "yes";  then
-  AX_BOOST_BASE([1.40.0])
+  AX_BOOST_BASE([1.53.0])
   if test "x$succeeded" = "xyes" ; then
     have_cpp="yes"
   fi