diff options
author | Kjell Ahlstedt <kjellahlstedt@gmail.com> | 2020-08-13 16:43:42 +0200 |
---|---|---|
committer | Kjell Ahlstedt <kjellahlstedt@gmail.com> | 2020-08-13 16:45:38 +0200 |
commit | 49b3dc478d90a54c6b706fb1b2ff04033ba64f02 (patch) | |
tree | 69925f7f76d81cf8ceac63c943499829b80c6af8 /configure.ac | |
parent | 4a48dd2d5dacb9a0ba8fdc357d56eb13e20680c4 (diff) |
tests: Don't include deprecated Boost header files
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 623c647..21bcd48 100644 --- a/configure.ac +++ b/configure.ac @@ -90,7 +90,7 @@ AS_IF([test "x$ENABLE_TESTS" = xyes], #So we resort to hugly hacks to detect the version of #boost that is installed. ####################################################### - AX_BOOST_BASE([1.33.1]) + AX_BOOST_BASE([1.63.0]) AX_BOOST_UNIT_TEST_FRAMEWORK dnl AX_BOOST_BASE defines a --with-boost[=DIR] option that sets |