Require boost 1.60 due to https://svn.boost.org/trac/boost/ticket/11570
This commit is contained in:
@@ -53,7 +53,7 @@ AC_COMPILE_IFELSE([AC_LANG_PROGRAM([], [[auto f = [](auto n) { return n*n; }; f(
|
|||||||
dnl ======================
|
dnl ======================
|
||||||
dnl = checking for boost =
|
dnl = checking for boost =
|
||||||
dnl ======================
|
dnl ======================
|
||||||
BOOST_REQUIRE([1.58])
|
BOOST_REQUIRE([1.60])
|
||||||
AC_SUBST(BOOST_CPPFLAGS)
|
AC_SUBST(BOOST_CPPFLAGS)
|
||||||
CPPFLAGS="$CPPFLAGS $BOOST_CPPFLAGS"
|
CPPFLAGS="$CPPFLAGS $BOOST_CPPFLAGS"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user