banshee r4828 - trunk/banshee/build/m4/banshee



Author: abock
Date: Mon Nov 10 20:00:51 2008
New Revision: 4828
URL: http://svn.gnome.org/viewvc/banshee?rev=4828&view=rev

Log:
Because Alan is slow

Modified:
   trunk/banshee/build/m4/banshee/torrent.m4

Modified: trunk/banshee/build/m4/banshee/torrent.m4
==============================================================================
--- trunk/banshee/build/m4/banshee/torrent.m4	(original)
+++ trunk/banshee/build/m4/banshee/torrent.m4	Mon Nov 10 20:00:51 2008
@@ -3,7 +3,7 @@
 	AC_ARG_ENABLE(torrent, AC_HELP_STRING([--enable-torrent], [Enable BitTorrent support - still in development]), , enable_torrent="no")
 
 	if test "x$enable_torrent" = "xyes"; then
-        PKG_CHECK_MODULES(MONOTORRENT_DBUS, monotorrent-dbus >= 0.1);
+        PKG_CHECK_MODULES(MONOTORRENT_DBUS, monotorrent-dbus >= 0.2);
 		asms="`$PKG_CONFIG --variable=Libraries monotorrent` `$PKG_CONFIG --variable=Libraries monotorrent-dbus`"
 		for asm in $asms; do
 			MONOTORRENT_ASSEMBLIES="$MONOTORRENT_ASSEMBLIES $asm $asm.mdb"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]