configure: depend on GLib >= 2.30.2

For the reasons mentioned in the last version bump commit below.
This commit is contained in:
Michael Natterer
2011-11-30 23:32:00 +01:00
parent 1ef3fe7f07
commit 6cff213038
2 changed files with 9 additions and 9 deletions

View File

@ -130,8 +130,8 @@ static gchar *
sanity_check_glib (void)
{
#define GLIB_REQUIRED_MAJOR 2
#define GLIB_REQUIRED_MINOR 28
#define GLIB_REQUIRED_MICRO 8
#define GLIB_REQUIRED_MINOR 30
#define GLIB_REQUIRED_MICRO 2
const gchar *mismatch = glib_check_version (GLIB_REQUIRED_MAJOR,
GLIB_REQUIRED_MINOR,