]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#293,!45] HAVE_BOOST_ASIO_COROUTINE_HPP const is now set properly.
authorTomek Mrugalski <tomasz@isc.org>
Wed, 28 Nov 2018 19:44:25 +0000 (20:44 +0100)
committerTomek Mrugalski <tomasz@isc.org>
Wed, 28 Nov 2018 20:17:38 +0000 (21:17 +0100)
m4macros/ax_boost_for_kea.m4

index 8296e760b0aa821dd8669e80d0d491a086a71a46..0a90447b547e3c82c8de2f01d6957610ee476bea 100644 (file)
@@ -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.