Commits
David B. Evans authored 5e78264bb3e
1 - | --- configure.ac.orig 2019-05-09 09:42:29.000000000 -0700 |
2 - | +++ configure.ac 2019-05-09 17:34:22.000000000 -0700 |
3 - | |
4 - | fi |
5 - | AC_MSG_RESULT($have_glib_2_43) |
6 - | |
7 - | -AC_PATH_PROG(GEGL, gegl, no) |
8 - | +AC_PATH_PROG(GEGL, gegl-0.4, no) |
9 - | if test "x$GEGL" = xno; then |
10 - | add_deps_error([gegl], [Could not find native gegl executable in your PATH.]) |
11 - | fi |
12 - | |
1 + | --- configure.ac.orig 2019-11-08 05:10:25.000000000 -0800 |
2 + | +++ configure.ac 2019-11-08 19:13:34.000000000 -0800 |
3 + | |
13 4 | # Check for perl |
14 5 | ################ |
15 6 | |
16 7 | -AC_PATH_PROGS(PERL,perl5 perl,perl) |
17 8 | +AC_PATH_PROGS(PERL,perl5.28) |
18 9 | AX_PROG_PERL_VERSION([perl_required_version],, |
19 10 | [add_deps_error([perl >= perl_required_version])]) |
20 11 |