Bump minimum libtorrent version required to 1.0.6.

This commit is contained in:
sledgehammer999 2015-07-31 23:26:51 +03:00
commit e3cb9de365
2 changed files with 17 additions and 16 deletions

View file

@ -197,7 +197,7 @@ AS_IF([test "x$with_qt5" = "xno"],
])
PKG_CHECK_MODULES(libtorrent,
[libtorrent-rasterbar >= 1.0.0],
[libtorrent-rasterbar >= 1.0.6],
[CPPFLAGS="$libtorrent_CFLAGS $CPPFLAGS"
LIBS="$libtorrent_LIBS $LIBS"])