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:
Ell
2020-03-08 12:12:52 +02:00
parent 3f2e17ca6e
commit bf8f004b15
2 changed files with 8 additions and 21 deletions

View File

@ -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,