mirror of https://github.com/GNOME/gimp.git
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:
parent
bc3b076caf
commit
11cee13f62
|
@ -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
|
||||
|
||||
####################################
|
||||
|
|
Loading…
Reference in New Issue