2009-12-10 18:11:24 +00:00
|
|
|
# boost's headers must be present.
|
2021-05-30 12:24:21 +00:00
|
|
|
AX_BOOST_BASE([1.66.0])
|
2009-12-10 18:11:24 +00:00
|
|
|
|
2021-05-30 12:24:21 +00:00
|
|
|
AX_BOOST_CHECK_HEADERS([boost/multiprecision/cpp_int.hpp],,[
|
|
|
|
AC_MSG_ERROR([Boost's multi-precision library is required but wasn't found])
|
2012-02-26 20:44:22 +00:00
|
|
|
])
|
2012-04-06 16:01:52 +00:00
|
|
|
|
2019-09-11 18:54:41 +00:00
|
|
|
AX_BOOST_CHECK_HEADERS([boost/operators.hpp],,[
|
|
|
|
AC_MSG_ERROR([Boost's Operators library is required but wasn't found])
|
|
|
|
])
|
2021-05-30 12:24:21 +00:00
|
|
|
|
|
|
|
AX_BOOST_CHECK_HEADERS([boost/rational.hpp],,[
|
|
|
|
AC_MSG_ERROR([Boost's rational library is required but wasn't found])
|
|
|
|
])
|