From 5615fd3a502dea8d40458ac6039e5470d5647cc4 Mon Sep 17 00:00:00 2001 From: Tomek Mrugalski Date: Wed, 28 Nov 2018 20:44:25 +0100 Subject: [PATCH] [#293,!45] HAVE_BOOST_ASIO_COROUTINE_HPP const is now set properly. --- m4macros/ax_boost_for_kea.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4macros/ax_boost_for_kea.m4 b/m4macros/ax_boost_for_kea.m4 index 8296e760b0..0a90447b54 100644 --- a/m4macros/ax_boost_for_kea.m4 +++ b/m4macros/ax_boost_for_kea.m4 @@ -77,7 +77,7 @@ fi AC_CHECK_HEADERS([boost/shared_ptr.hpp boost/foreach.hpp boost/interprocess/sync/interprocess_upgradable_mutex.hpp boost/date_time/posix_time/posix_time_types.hpp boost/bind.hpp boost/function.hpp boost/asio.hpp boost/asio/ip/address.hpp boost/system/error_code.hpp],, AC_MSG_ERROR([Missing required header files.])) -AC_CHECK_HEADER(boost/asio/coroutine.hpp,,AC_MSG_RESULT(not found, using built-in header.)) +AC_CHECK_HEADERS(boost/asio/coroutine.hpp,,AC_MSG_RESULT(not found, using built-in header.)) # clang can cause false positives with -Werror without -Qunused-arguments. # it can be triggered if used with ccache. -- 2.47.2