configure.ac: require glib >= 2.56.2
Recent code changes depend on 2.56 symbols, and no one seemed to complain for 2.10.18, so let's just bump the requirement. Furthermore, 2.56.0 and 2.56.1 have a Windows-specific bug we were testing for, so let's just bump straight to 2.56.2.
This commit is contained in:
@ -171,7 +171,7 @@ static gchar *
|
||||
sanity_check_glib (void)
|
||||
{
|
||||
#define GLIB_REQUIRED_MAJOR 2
|
||||
#define GLIB_REQUIRED_MINOR 54
|
||||
#define GLIB_REQUIRED_MINOR 56
|
||||
#define GLIB_REQUIRED_MICRO 2
|
||||
|
||||
const gchar *mismatch = glib_check_version (GLIB_REQUIRED_MAJOR,
|
||||
|
Reference in New Issue
Block a user