]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[366-check-circular_buffer-hpp-existence-in-configure] Added check for boost/circular... 366-check-circular_buffer-hpp-existence-in-configure
authorFrancis Dupont <fdupont@isc.org>
Fri, 21 Dec 2018 15:44:06 +0000 (16:44 +0100)
committerTomek Mrugalski <tomasz@isc.org>
Fri, 8 Feb 2019 13:05:27 +0000 (14:05 +0100)
m4macros/ax_boost_for_kea.m4

index 7a0dd5f0fb24b63d02dfc2464f90d317ddbf5797..59f462a560e44e63f7011d32bb39ada3797f54b4 100644 (file)
@@ -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.))