Raise minimum libtorrent version to 1.2.13 (2.0.3)

This commit is contained in:
Vladimir Golovnev (glassez)
2021-03-30 19:29:55 +03:00
parent 2d1c34d8e0
commit 3e5f8c64d4
8 changed files with 18 additions and 18 deletions

View File

@@ -180,7 +180,7 @@ AC_MSG_NOTICE([Boost.System LIB: "$BOOST_SYSTEM_LIB"])
LIBS="$BOOST_SYSTEM_LIB $LIBS"
PKG_CHECK_MODULES(libtorrent,
[libtorrent-rasterbar >= 1.2.12],
[libtorrent-rasterbar >= 1.2.13],
[CXXFLAGS="$libtorrent_CFLAGS $CXXFLAGS"
LIBS="$libtorrent_LIBS $LIBS"])