mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-17 07:32:32 +00:00
* Dynamically sized SCGI read buffer.
* Added 'call_command' that takes a view as the first parameter and then a list of commands. It will return a list of lists containing the results from those commands. * Fixed the xmlrpc-c-config usage. git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@954 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
+1
-1
@@ -349,7 +349,7 @@ AC_DEFUN([TORRENT_WITH_XMLRPC_C], [
|
||||
else
|
||||
if eval xmlrpc-c-config --version 2>/dev/null >/dev/null; then
|
||||
CXXFLAGS="$CXXFLAGS `xmlrpc-c-config --cflags server-util`"
|
||||
LIBS="$LIBS -lxmlrpc_server `xmlrpc-c-config --libs server-util`"
|
||||
LIBS="$LIBS `xmlrpc-c-config server-util --libs`"
|
||||
|
||||
AC_TRY_LINK(
|
||||
[ #include <xmlrpc-c/server.h>
|
||||
|
||||
Reference in New Issue
Block a user