From: Tomek Mrugalski Date: Wed, 28 Nov 2018 19:44:25 +0000 (+0100) Subject: [#293,!45] HAVE_BOOST_ASIO_COROUTINE_HPP const is now set properly. X-Git-Tag: 284-need-dhcp6-example-for-netconf_base~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5615fd3a502dea8d40458ac6039e5470d5647cc4;p=thirdparty%2Fkea.git [#293,!45] HAVE_BOOST_ASIO_COROUTINE_HPP const is now set properly. --- 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.