Avoid use of newer iterator methods
[shibboleth/cpp-xmltooling.git] / configure.ac
index 62fd024..7a2f21b 100644 (file)
@@ -95,8 +95,14 @@ AC_CXX_REQUIRE_STL
 
 # Boost
 BOOST_REQUIRE
-BOOST_STRING_ALGO
+BOOST_BIND
+BOOST_CONVERSION
 BOOST_LAMBDA
+BOOST_PTR_CONTAINER
+BOOST_SMART_PTR
+BOOST_STRING_ALGO
+BOOST_TOKENIZER
+CPPFLAGS="$BOOST_CPPFLAGS $CPPFLAGS"
 
 # are covariant methods allowed?
 AC_LINK_IFELSE(