- Added configure parameter :

--with-libcurl-lib=[path]        Path to libcurl library files
This commit is contained in:
Christophe Dumez
2007-03-12 12:43:35 +00:00
parent 8f9a37ee2f
commit 43195b7ada
3 changed files with 58 additions and 8 deletions

View File

@@ -21,7 +21,10 @@ public:
}
conf->addIncludePath(s);
}else{
if(!conf->findHeader("libtorrent/extensions/ut_pex.hpp", QStringList(), &s)) {
QStringList sl;
sl << "/usr/include/";
sl << "/usr/local/include";
if(!conf->findHeader("libtorrent/extensions/ut_pex.hpp", sl, &s)) {
qWarning("libtorrent v0.12 includes not found!\nYou can download it at http://www.libtorrent.net");
return false;
}