configure.ac: require gegl >= 0.3.10

which will be good enough for about five minutes...
This commit is contained in:
Michael Natterer
2016-11-08 17:07:54 +01:00
parent 07eb13c73d
commit ac2b9a5e41
2 changed files with 2 additions and 2 deletions

View File

@ -491,7 +491,7 @@ sanity_check_gegl (void)
#define GEGL_REQUIRED_MAJOR 0
#define GEGL_REQUIRED_MINOR 3
#define GEGL_REQUIRED_MICRO 8
#define GEGL_REQUIRED_MICRO 10
gegl_get_version (&gegl_major_version,
&gegl_minor_version,