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:
Jehan 2018-03-09 17:39:23 +01:00
parent ca1304da19
commit 65ba879c65
1 changed files with 1 additions and 1 deletions

View File

@ -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