mirror of https://github.com/GNOME/gimp.git
configure: make clearer the test for native GEGL executable.
If running for instance in a cross-compilation, I need to make clearer the fact we are looking for a native GEGL and also that we are looking for the executable (used during the build), not the library. This is a different test as the one for the library with PKG_CHECK_MODULES (which looks for the target platform's library).
This commit is contained in:
parent
ca1304da19
commit
65ba879c65
|
@ -742,7 +742,7 @@ AC_MSG_RESULT($have_glib_2_43)
|
|||
|
||||
AC_PATH_PROG(GEGL, gegl, no)
|
||||
if test "x$GEGL" = xno; then
|
||||
add_deps_error([gegl], [Could not find gegl in your PATH.])
|
||||
add_deps_error([gegl], [Could not find native gegl executable in your PATH.])
|
||||
fi
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue