rtorrent: Moving towards working torrents.

git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@246 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
rakshasa
2005-01-29 22:42:52 +00:00
parent 53f32e74a1
commit b17dc37a3b
16 changed files with 182 additions and 100 deletions
+3
View File
@@ -17,6 +17,9 @@ AC_DEFUN([TORRENT_CHECK_CURL], [
if test x$ok != x0; then
my_cv_curl_vers="$ver"
AC_MSG_RESULT([$my_cv_curl_vers])
CURL_CFLAGS=`curl-config --cflags`
CURL_LIBS=`curl-config --libs`
else
AC_MSG_RESULT(FAILED)
AC_MSG_ERROR([$ver is too old. Need version $check or higher.])