]> granicus.if.org Git - pdns/commitdiff
rec: only notice if boost flat_set are not available
authorCharles-Henri Bruyand <charles-henri.bruyand@open-xchange.com>
Tue, 27 Mar 2018 20:09:26 +0000 (22:09 +0200)
committerCharles-Henri Bruyand <charles-henri.bruyand@open-xchange.com>
Tue, 27 Mar 2018 20:09:26 +0000 (22:09 +0200)
pdns/recursordist/configure.ac

index 5fd62492714c9eb08d53cd200971b73fa663a421..08ed1f51c3c04812950a18a4aa991336f8aefa95 100644 (file)
@@ -92,7 +92,7 @@ AS_IF([test "x$PROTOBUF_LIBS" != "x" -a x"$PROTOC" != "x"],
 BOOST_REQUIRE([$boost_required_version])
 
 # Check against flat_set header that requires boost >= 1.48
-BOOST_FIND_HEADER([boost/container/flat_set.hpp])
+BOOST_FIND_HEADER([boost/container/flat_set.hpp], [AC_MSG_NOTICE([boost::container::flat_set not available, will fallback to std::set])])
 
 PDNS_SELECT_CONTEXT_IMPL