mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-29 21:18:02 +00:00
[366-check-circular_buffer-hpp-existence-in-configure] Added check for boost/circular_buffer.hpp
This commit is contained in:
parent
f09ebc33db
commit
c2bcbac55a
@ -74,7 +74,7 @@ if test "${boost_include_path}" ; then
|
|||||||
BOOST_INCLUDES="-I${boost_include_path}"
|
BOOST_INCLUDES="-I${boost_include_path}"
|
||||||
CPPFLAGS="$CPPFLAGS $BOOST_INCLUDES"
|
CPPFLAGS="$CPPFLAGS $BOOST_INCLUDES"
|
||||||
fi
|
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_MSG_ERROR([Missing required header files.]))
|
||||||
|
|
||||||
AC_CHECK_HEADERS(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.))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user