Closed alexandervdm closed 7 years ago
@alexandervdm Maybe it's better to remove only the AC_DEFINE([GLIB_VERSION_MAX_ALLOWED] from configure.ac, which is pretty nonsense because it produce only build warnings and nobody takes care, and remove the checks in the other place?
I think we can remove both. "Warn on use of APIs deprecated before GLib 2.36" - we already get such warnings anyway.
So it was a duplicate block, I didn't get it at first. Merged in https://github.com/mate-desktop/mate-settings-daemon/commit/be722bbe7c5cc68329c4431b533708f625c0472b - but I think we can remove such checks completely anyway.
configure.ac runs the same glib version check twice. This commit removes the second code block.