OSDN Git Service

configure: require glib 2.12, 2.20 for mingw32
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 5 Apr 2012 11:01:54 +0000 (13:01 +0200)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 7 Apr 2012 10:04:46 +0000 (10:04 +0000)
commita52d28afb4e825a5b28815370a268904a4c6dc11
tree3af843a95cca1397a4f89841c89157459b18931a
parentea26ce765cb661a13e4055f38744036a19465e87
configure: require glib 2.12, 2.20 for mingw32

These are pretty sane requirements to move forward with glib usage.
2.12 is the version found in RHEL/CentOS 5, and 2.20 is the
first version to support g_poll.  Without g_poll, we cannot
integrate well with the glib main loop.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
configure