]> git.proxmox.com Git - mirror_qemu.git/commit - configure
configure: require glib 2.22
authorJohn Snow <jsnow@redhat.com>
Fri, 22 May 2015 18:13:42 +0000 (14:13 -0400)
committerJohn Snow <jsnow@redhat.com>
Fri, 22 May 2015 18:13:58 +0000 (14:13 -0400)
commitf40685c62b802c8c3f5c914e8d357dd5c4d4f9cc
treef8eff61eabdd1f39b9f4a383281250289b92362c
parentbb2fa17f182ee0b45b53474f76679944fc891f04
configure: require glib 2.22

This provides g_ptr_array_new_with_free_func, as well as a few
other functions that we've been hacking around in glib-compat.h.
Cleaning up the compatibility headers will come later.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Message-id: 1431469140-22208-2-git-send-email-jsnow@redhat.com
configure