configure: more explicit error message for gtk-encode-symbolic-svg.

Make it obvious this is a tool searched in PATH (and not for instance a
lib) from the error message.
This commit is contained in:
Jehan 2018-08-19 18:05:42 +02:00
parent bc3b076caf
commit 11cee13f62
1 changed files with 2 additions and 1 deletions

View File

@ -1830,7 +1830,8 @@ MIME_TYPES="$MIME_TYPES;image/svg+xml"
AC_CHECK_PROGS(GTK_ENCODE_SYMBOLIC_SVG, gtk-encode-symbolic-svg, no)
if test "x$GTK_ENCODE_SYMBOLIC_SVG" = xno; then
add_deps_error([gtk-encode-symbolic-svg])
add_deps_error([gtk-encode-symbolic-svg],
[Could not find gtk-encode-symbolic-svg in your PATH.])
fi
####################################