PDNS_WITH_PROTOBUF
AS_IF([test "x$PROTOBUF_LIBS" != "x" -a x"$PROTOC" != "x"],
# The protobuf code needs boost::uuid, which is available from 1.42 onward
- [boost_required_version=1.42]
+ [AC_MSG_WARN([Bumping minimal Boost requirement to 1.42. To keep the requirement at 1.35, disable protobuf support])
+ boost_required_version=1.42]
)
BOOST_REQUIRE([$boost_required_version])
PDNS_WITH_PROTOBUF
AS_IF([test "x$PROTOBUF_LIBS" != "x" -a x"$PROTOC" != "x"],
# The protobuf code needs boost::uuid, which is available from 1.42 onward
- [boost_required_version=1.42]
+ [AC_MSG_WARN([Bumping minimal Boost requirement to 1.42. To keep the requirement at 1.35, disable protobuf support])
+ boost_required_version=1.42]
)
BOOST_REQUIRE([$boost_required_version])