Merge pull request #379 from krichter722/configure_fix

added checkout URL to action-if-not-found of PKG_CHECK_MODULES for li…
This commit is contained in:
Jari Sundell
2016-03-10 08:12:46 +09:00
+2 -1
View File
@@ -46,7 +46,8 @@ PKG_CHECK_MODULES([libcurl], libcurl >= 7.15.4,
PKG_CHECK_MODULES([libtorrent], libtorrent >= 0.13.6,
CXXFLAGS="$CXXFLAGS $libtorrent_CFLAGS";
LIBS="$LIBS $libtorrent_LIBS")
LIBS="$LIBS $libtorrent_LIBS",
[AC_MSG_ERROR([libtorrent >= 0.13.6 not found. Install from https://github.com/rakshasa/libtorrent.git])])
AC_LANG_PUSH(C++)
TORRENT_WITH_XMLRPC_C