Skip to content

Commit

Permalink
Merge pull request #379 from krichter722/configure_fix
Browse files Browse the repository at this point in the history
added checkout URL to action-if-not-found of PKG_CHECK_MODULES for li…
  • Loading branch information
rakshasa committed Mar 9, 2016
2 parents a92da12 + 33601dd commit 44f0ac3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion configure.ac
Expand Up @@ -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
Expand Down

0 comments on commit 44f0ac3

Please sign in to comment.