Use version-based libsoup warnings.
authorMatthew Barnes <mbarnes@redhat.com>
Fri, 4 Jan 2013 16:22:30 +0000 (11:22 -0500)
committerMatthew Barnes <mbarnes@redhat.com>
Fri, 4 Jan 2013 16:29:41 +0000 (11:29 -0500)
commit391bec7a55b138f5efc05caa0e0cb36d83a36760
treedeb66ba8968beb6831e91166ff9840cae8cfe004
parentdd7a58e2dbf48c96fa84bec98c69559d3502d564
Use version-based libsoup warnings.

Apparently libsoup IS already using versioned deprecations.  Excellent!

Use SOUP_VERSION_MAX_ALLOWED to warn if we accidentally use symbols that
were introduced in libsoup versions subsequent to our minimum requirement.

Use SOUP_VERSION_MIN_REQUIRED to suppress libsoup deprecation warnings by
version so we can clean them up incrementally.
configure.ac