GNOME Bugzilla – Bug 786310
Bump the libsoup requirement to reflect reality
Last modified: 2017-08-23 11:57:19 UTC
Since commit 6f955b5cad16537c, Boxes implicitly requires libsoup-2.44. SoupSession stopped being an abstract class in libsoup-2.42 [1, 2], while SoupKnownStatusCode was renamed in libsoup-2.44 [3, 4]. Let's update configure.ac to reflect this. [1] https://developer.gnome.org/libsoup/stable/SoupSession.html#soup-session-new [2] https://git.gnome.org/browse/libsoup/commit/?id=967dcc28f43cd47a75b7ff2c069807edb9929400 [3] https://developer.gnome.org/libsoup/stable/libsoup-2.4-soup-status.html#SoupStatus [4] https://git.gnome.org/browse/libsoup/commit/?id=7f9c7c8731821149ff42971fad18e2a9abbb4c10
Created attachment 357617 [details] [review] configure: Require libsoup >= 2.44
Review of attachment 357617 [details] [review]: Thanks!
Attachment 357617 [details] pushed as 22449a5 - configure: Require libsoup >= 2.44