configure: require GLib >= 2.28.1

This commit is contained in:
Michael Natterer
2011-03-07 15:43:45 +01:00
parent 801405d097
commit 514a5548cd
2 changed files with 9 additions and 9 deletions

View File

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