rhythmbox r6012 - trunk
- From: jmatthew svn gnome org
- To: svn-commits-list gnome org
- Subject: rhythmbox r6012 - trunk
- Date: Mon, 3 Nov 2008 12:14:15 +0000 (UTC)
Author: jmatthew
Date: Mon Nov 3 12:14:15 2008
New Revision: 6012
URL: http://svn.gnome.org/viewvc/rhythmbox?rev=6012&view=rev
Log:
2008-11-03 Jonathan Matthew <jonathan d14n org>
* configure.ac: We need libsoup unless audioscrobbler and daap are
both explicitly disabled. Fixes #559051.
Modified:
trunk/ChangeLog
trunk/configure.ac
Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Mon Nov 3 12:14:15 2008
@@ -374,7 +374,7 @@
fi
dnl Check for libsoup, needed for DAAP and audioscrobbler
-if test "x$enable_daap" = "xyes" || test "x$enable_audioscrobbler" != "xno"; then
+if test "x$enable_daap" != "xno" || test "x$enable_audioscrobbler" != "xno"; then
PKG_CHECK_MODULES(SOUP, \
libsoup-2.4,
have_libsoup=yes,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]