Source
--- configure.ac.orig 2018-07-04 11:16:04.000000000 -0700
+++ configure.ac 2018-07-23 15:25:28.000000000 -0700
fi
AC_MSG_RESULT($have_glib_2_43)
-AC_PATH_PROG(GEGL, gegl, no)
+AC_PATH_PROG(GEGL, gegl-0.4, no)
if test "x$GEGL" = xno; then
add_deps_error([gegl], [Could not find native gegl executable in your PATH.])
fi
# Check for perl
################
-AC_PATH_PROGS(PERL,perl5 perl,perl)
+AC_PATH_PROGS(PERL,perl5.26 perl5 perl,perl)
AX_PROG_PERL_VERSION([perl_required_version],,
[add_deps_error([perl >= perl_required_version])])