GNOME Bugzilla – Bug 765124
Update configure.ac
Last modified: 2016-04-16 04:11:20 UTC
On IRC <bjsnider> building and running with a gtk3 less than 3.20 results in a successful build but an immediate segfault when running. We depend on many changes of Gtk version 3.19 or you can say 3.20. Update configure.ac to reflect the same. Should we use 3.20.0 or 3.19.12?
Created attachment 326138 [details] [review] configure: bump gtk+ version
Review of attachment 326138 [details] [review]: (In reply to Kunaal Jain from comment #0) > On IRC <bjsnider> building and running with a gtk3 less than 3.20 results in > a successful build but an immediate segfault when running. Technically that's not a bug, as the build-time requirements in configure.ac are satisfied and we don't actually have any checks for runtime dependencies (see the "missing" checks for telepathy-logger and libsecret). Still, it doesn't hurt to match the runtime requirement where there's an existent build-time dependency, so OK.
(In reply to Florian Müllner from comment #2) > Technically that's not a bug, as the build-time requirements in configure.ac > are satisfied and we don't actually have any checks for runtime dependencies > (see the "missing" checks for telepathy-logger and libsecret). Still, it > doesn't hurt to match the runtime requirement where there's an existent > build-time dependency, so OK. I will see that. I opened this bug because I wanted to get the patch reviewed :-)
Attachment 326138 [details] pushed as 3c70c73 - configure: bump gtk+ version