THRIFT-2471 requires libboost 1.54
+ additional script clean up
diff --git a/configure.ac b/configure.ac
index 5941cd8..e20dc64 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.53.0])
+  AX_BOOST_BASE([1.54.0])
   if test "x$succeeded" = "xyes" ; then
     have_cpp="yes"
   fi