* Fixed torrent::PollSelect::perform(...) so it checks if the Event*

is NULL, which happens if another event removes it.


git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@511 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
rakshasa
2005-07-28 01:47:35 +00:00
parent 3df7567ddf
commit 00e0da7aa5
+11
View File
@@ -96,6 +96,17 @@ AC_DEFUN([TORRENT_WITHOUT_XFS], [
])
AC_DEFUN([TORRENT_WITH_XFS], [
AC_ARG_WITH(xfs,
[ --with-xfs Check for XFS filesystem support],
[
if test "$withval" = "yes"; then
TORRENT_CHECK_XFS
fi
])
])
AC_DEFUN([TORRENT_CHECK_EPOLL], [
AC_MSG_CHECKING(for epoll support)