From 1ecfaf9bd6996fdb5f4caf3b71e275f4d912d2d6 Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Fri, 20 Dec 2024 14:40:47 +0100 Subject: [#3696] Made >= 1.66 mandatory --- m4macros/ax_boost_for_kea.m4 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'm4macros') diff --git a/m4macros/ax_boost_for_kea.m4 b/m4macros/ax_boost_for_kea.m4 index c2714eef27..996413374a 100644 --- a/m4macros/ax_boost_for_kea.m4 +++ b/m4macros/ax_boost_for_kea.m4 @@ -101,6 +101,8 @@ AC_CHECK_HEADERS(boost/asio/coroutine.hpp,,AC_MSG_RESULT(not found, using built- AC_CHECK_HEADERS(boost/integer/common_factor.hpp) +AC_CHECK_HEADERS(boost/asio/io_context.hpp,,AC_MSG_ERROR([Missing boost asio io_context header: boost version must be at least 1.66])) + # Verify that the path does not include standard headers by mistake. # There are two regex.h headers: one is a standard system header (usually # in /usr/include) and the second one is provided by boost. If you specify the -- cgit v1.2.3