mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 21:33:27 -07:00
Remove checking for Boost.System
Checking for Boost.System library is libtorrent responsibility as qbt doesn't use it directly, i.e. it is not a direct dependency for qbt.
This commit is contained in:
parent
5045fa6dcd
commit
7c9488105e
3 changed files with 115 additions and 555 deletions
|
@ -175,10 +175,6 @@ m4_define([DETECT_BOOST_VERSION_PROGRAM],
|
|||
AC_COMPILE_IFELSE([DETECT_BOOST_VERSION_PROGRAM(106000)], [],
|
||||
[QBT_ADD_DEFINES="$QBT_ADD_DEFINES BOOST_NO_CXX11_RVALUE_REFERENCES"])
|
||||
|
||||
AX_BOOST_SYSTEM()
|
||||
AC_MSG_NOTICE([Boost.System LIB: "$BOOST_SYSTEM_LIB"])
|
||||
LIBS="$BOOST_SYSTEM_LIB $LIBS"
|
||||
|
||||
PKG_CHECK_MODULES(libtorrent,
|
||||
[libtorrent-rasterbar >= 1.2.13],
|
||||
[CXXFLAGS="$libtorrent_CFLAGS $CXXFLAGS"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue