rhythmbox r5949 - trunk



Author: jmatthew
Date: Sat Sep 27 13:39:49 2008
New Revision: 5949
URL: http://svn.gnome.org/viewvc/rhythmbox?rev=5949&view=rev

Log:
2008-09-27  Jonathan Matthew  <jonathan d14n org>

	* configure.ac:  Fix soupless build a bit.


Modified:
   trunk/ChangeLog
   trunk/configure.ac

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Sat Sep 27 13:39:49 2008
@@ -377,10 +377,9 @@
 if test "x$enable_daap" = "xyes" || test "x$enable_audioscrobbler" != "xno"; then
 	PKG_CHECK_MODULES(SOUP,                            \
 		libsoup-2.4,
-		have_libsoup24=yes,
-		have_libsoup24=no)
-	if test x"$have_libsoup24" = "xyes"; then
-		have_libsoup=yes
+		have_libsoup=yes,
+		have_libsoup=no)
+	if test x"$have_libsoup" = "xyes"; then
 		AC_DEFINE(HAVE_LIBSOUP, 1, [Define if libsoup support is enabled])
 	fi
 fi



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