mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-21 05:43:32 -07:00
Bump boost requirement to 1.71
This is a prerequisite for using boost stacktrace. Note that this is not the first version that introduces boost stacktrace but the version that should be stable enough. PR #16986.
This commit is contained in:
parent
4894578b72
commit
763d17281f
4 changed files with 13 additions and 13 deletions
|
@ -174,7 +174,7 @@ AS_CASE(["x$enable_qt_dbus"],
|
|||
AC_MSG_ERROR([Unknown option "$enable_qt_dbus". Use either "yes" or "no".])])
|
||||
|
||||
|
||||
AX_BOOST_BASE([1.65],
|
||||
AX_BOOST_BASE([1.71],
|
||||
[AC_MSG_NOTICE([Boost CXXFLAGS: "$BOOST_CPPFLAGS"])
|
||||
AC_MSG_NOTICE([Boost LDFLAGS: "$BOOST_LDFLAGS"])],
|
||||
[AC_MSG_ERROR([Could not find Boost])])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue