From: Charles-Henri Bruyand Date: Tue, 27 Mar 2018 20:09:26 +0000 (+0200) Subject: rec: only notice if boost flat_set are not available X-Git-Tag: dnsdist-1.3.0~18^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0b04353544b7f4f6fa7a95869ead728ce231a94;p=thirdparty%2Fpdns.git rec: only notice if boost flat_set are not available --- diff --git a/pdns/recursordist/configure.ac b/pdns/recursordist/configure.ac index 5fd6249271..08ed1f51c3 100644 --- a/pdns/recursordist/configure.ac +++ b/pdns/recursordist/configure.ac @@ -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