configure.ac: require GLib 2.12

Drop the required GLib version from 2.16 to 2.12, because many current
systems still don't have GLib 2.16.  This requires several new
compatibility functions in glib_compat.h.
This commit is contained in:
Max Kellermann
2009-11-10 21:14:22 +01:00
parent de57c21a3b
commit b722d3d7f3
12 changed files with 47 additions and 5 deletions

2
NEWS
View File

@@ -68,7 +68,7 @@ ver 0.16 (20??/??/??)
* set the close-on-exec flag on all file descriptors
* obey $(sysconfdir) for default mpd.conf location
* build with large file support by default
* require GLib 2.16
* require GLib 2.12
ver 0.15.6 (2009/??/??)