rhythmbox r5578 - in trunk: . lib



Author: jmatthew
Date: Thu Feb 14 14:05:21 2008
New Revision: 5578
URL: http://svn.gnome.org/viewvc/rhythmbox?rev=5578&view=rev

Log:
2008-02-15  Jonathan Matthew  <jonathan d14n org>

	* lib/rb-proxy-config.h:  Add missing #if defined(HAVE_LIBSOUP) so
	people can build without libsoup if they really really want to.


Modified:
   trunk/ChangeLog
   trunk/lib/rb-proxy-config.h

Modified: trunk/lib/rb-proxy-config.h
==============================================================================
--- trunk/lib/rb-proxy-config.h	(original)
+++ trunk/lib/rb-proxy-config.h	Thu Feb 14 14:05:21 2008
@@ -65,7 +65,9 @@
 
 RBProxyConfig *	rb_proxy_config_new (void);
 
+#if defined(HAVE_LIBSOUP)
 SoupURI *	rb_proxy_config_get_libsoup_uri (RBProxyConfig *config);
+#endif
 
 #endif	/* RB_PROXY_CONFIG_H */
 



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