mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 02:27:09 -07:00
Remove workaround for boost 1.39
... by raising minimum version to 1.40. Bug report: https://svn.boost.org/trac10/ticket/3095
This commit is contained in:
parent
1831f71cc4
commit
38b6ee9e75
6 changed files with 13 additions and 15 deletions
|
@ -163,7 +163,7 @@ AS_CASE(["x$enable_qt_dbus"],
|
|||
AC_MSG_ERROR([Unknown option "$enable_qt_dbus". Use either "yes" or "no".])])
|
||||
|
||||
|
||||
AX_BOOST_BASE([1.35],
|
||||
AX_BOOST_BASE([1.40],
|
||||
[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