Need to say "checking for boost::shared_ptr"
diff --git a/configure.ac b/configure.ac
index 8fabf21..8205d9d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,6 +22,7 @@
     AC_MSG_RESULT([no])
     AC_DEFINE_UNQUOTED([HAVE_STD_SHARED_PTR], 0, [1 if have the `std::shared_ptr' class.])
 ])
+AC_MSG_CHECKING([for boost::shared_ptr])
 AC_COMPILE_IFELSE([AC_LANG_PROGRAM(
     [[#include <boost/shared_ptr.hpp>]]
     [[boost::shared_ptr<int> have_shared_ptr;]])