1 From 8d5de5ce62cd0410c9bccaa77725d0cad051faad Mon Sep 17 00:00:00 2001
2 From: Sebastian Pipping <sebastian@pipping.org>
3 Date: Mon, 18 Jul 2016 17:42:45 +0200
4 Subject: [PATCH] Fix gegl executable name to check for
8 1 file changed, 2 insertions(+), 2 deletions(-)
10 diff --git a/configure.ac b/configure.ac
11 index 45b31b1..0e5be99 100644
14 @@ -674,9 +674,9 @@ else
16 AC_MSG_RESULT($have_glib_2_43)
18 -AC_PATH_PROG(GEGL, gegl, no)
19 +AC_PATH_PROG(GEGL, gegl-0.3, no)
20 if test "x$GEGL" = xno; then
21 - add_deps_error([gegl], [Could not find gegl in your PATH.])
22 + add_deps_error([gegl], [Could not find gegl-0.3 in your PATH.])