This commit is contained in:
Andrzej Rybczak
2017-04-07 00:31:42 +02:00
parent 66912d73da
commit 890eaf61c7

View File

@@ -53,7 +53,7 @@ AC_COMPILE_IFELSE([AC_LANG_PROGRAM([], [[auto f = [](auto n) { return n*n; }; f(
dnl ======================
dnl = checking for boost =
dnl ======================
BOOST_REQUIRE([1.58])
BOOST_REQUIRE([1.60])
AC_SUBST(BOOST_CPPFLAGS)
CPPFLAGS="$CPPFLAGS $BOOST_CPPFLAGS"