From 65ba879c6563b33a1758abc1948f288bf46a46cb Mon Sep 17 00:00:00 2001 From: Jehan Date: Fri, 9 Mar 2018 17:39:23 +0100 Subject: [PATCH] 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). --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index b23171a537..37a72b92ad 100644 --- a/configure.ac +++ b/configure.ac @@ -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