diff options
author | Francis Dupont <fdupont@isc.org> | 2018-12-21 16:44:06 +0100 |
---|---|---|
committer | Tomek Mrugalski <tomasz@isc.org> | 2019-02-08 14:05:27 +0100 |
commit | c2bcbac55a963e145b53a84a723d79c263414625 (patch) | |
tree | d30c5219f2e3a468ca0f18300edca5594bea53ad /m4macros | |
parent | [master] Added Changelog for #444. (diff) | |
download | kea-c2bcbac55a963e145b53a84a723d79c263414625.tar.xz kea-c2bcbac55a963e145b53a84a723d79c263414625.zip |
[366-check-circular_buffer-hpp-existence-in-configure] Added check for boost/circular_buffer.hpp
Diffstat (limited to 'm4macros')
-rw-r--r-- | m4macros/ax_boost_for_kea.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4macros/ax_boost_for_kea.m4 b/m4macros/ax_boost_for_kea.m4 index 7a0dd5f0fb..59f462a560 100644 --- a/m4macros/ax_boost_for_kea.m4 +++ b/m4macros/ax_boost_for_kea.m4 @@ -74,7 +74,7 @@ if test "${boost_include_path}" ; then BOOST_INCLUDES="-I${boost_include_path}" CPPFLAGS="$CPPFLAGS $BOOST_INCLUDES" 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 boost/atomic.hpp],, +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 boost/atomic.hpp boost/circular_buffer.hpp],, AC_MSG_ERROR([Missing required header files.])) AC_CHECK_HEADERS(boost/asio/coroutine.hpp,,AC_MSG_RESULT(not found, using built-in header.)) |