* Cleanup of old Variable stuff.

* Fixed a bug that would cause ^O to make an extra call to
"set_directory" for the log, instead of "get_directory".


git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@909 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
rakshasa
2007-05-31 16:40:34 +00:00
parent 13dc0c942a
commit 8a1220fd5b
11 changed files with 48 additions and 756 deletions
+3 -5
View File
@@ -291,11 +291,11 @@ AC_DEFUN([TORRENT_WITH_ADDRESS_SPACE], [
AC_DEFUN([TORRENT_WITH_FASTCGI], [
AC_MSG_CHECKING(for FastCGI)
AC_ARG_WITH(fastcgi,
[ --with-fastcgi=PATH Enable FastCGI RPC support.],
[ --with-fastcgi=PATH Enable FastCGI RPC support. (DO NOT USE)],
[
AC_MSG_CHECKING([for FastCGI (DO NOT USE)])
if test "$withval" = "no"; then
AC_MSG_RESULT(no)
@@ -333,8 +333,6 @@ AC_DEFUN([TORRENT_WITH_FASTCGI], [
AC_DEFINE(HAVE_FASTCGI, 1, Support for FastCGI.)
fi
],[
AC_MSG_RESULT(ignored)
])
])