Bug 691033 - Avoid using LIBSOUP_DISABLE_DEPRECATED
authorHashem Nasarat <hnasarat@gmail.com>
Wed, 2 Jan 2013 20:54:11 +0000 (15:54 -0500)
committerMatthew Barnes <mbarnes@redhat.com>
Wed, 2 Jan 2013 20:54:11 +0000 (15:54 -0500)
commitdd7a58e2dbf48c96fa84bec98c69559d3502d564
tree0a68b65020dd8244061bc73117b9d8dc56dfa8e1
parent438aecd45571179d01fc13135948336150a33ca0
Bug 691033 - Avoid using LIBSOUP_DISABLE_DEPRECATED

Prevent E-D-S builds from suddenly breaking because of new deprecations
in libsoup.  Case in point: soup_session_sync_new().

If libsoup starts using versioned deprecations like glib and gtk+ are
already doing, then we can disable libsoup symbols that were deprecated
in versions older than our minimum requirement.  That would allow us to
clean up deprecations gradually rather than dealing with bugs like this.
configure.ac