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 <[EMAIL PROTECTED]>
* 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 */
_______________________________________________
SVN-commits-list mailing list (read only)
http://mail.gnome.org/mailman/listinfo/svn-commits-list
Want to limit the commits to a few modules? Go to above URL, log in to edit
your options and select the modules ('topics') you want.
Module maintainer? It is possible to set the reply-to to your development
mailing list. Email [EMAIL PROTECTED] if interested.