Skip to content

Commit 3f4c1cf

Browse files
authored
Boost.System has been headers only since 1.69.0 (#911)
The recently released Boost 1.89.0 removed the compatibility stub, so requiring the BOOST_SYSTEM library will now lead to a build failure. This commit also bumps the minimum version of Boost to 1.69.0, as that was the first version where this is headers only.
1 parent 959e266 commit 3f4c1cf

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

configure.ac

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@ yes) DEBUG_FLAGS="-g -Wall -O0"
5656
esac
5757

5858

59-
AX_BOOST_BASE([1.60], [], [AC_MSG_ERROR([Boost libraries are required])])
60-
AX_BOOST_SYSTEM
59+
AX_BOOST_BASE([1.69], [], [AC_MSG_ERROR([Boost libraries are required])])
6160
AX_BOOST_THREAD
6261
CXXFLAGS="$CXXFLAGS $BOOST_CPPFLAGS"
6362

0 commit comments

Comments
 (0)