mirror of https://github.com/GNOME/gimp.git
configure: output the list of missing dependencies at the end...
... on configuration failure. This makes the failure as well as the list of errors more visible.
This commit is contained in:
parent
bb9b899f37
commit
df8fded8f7
10
configure.ac
10
configure.ac
|
@ -2551,11 +2551,13 @@ $optional_deps]);
|
|||
else
|
||||
AC_MSG_ERROR([
|
||||
|
||||
== Summary of optional features ==
|
||||
$optional_deps
|
||||
|
||||
== Missing mandatory dependencies ==
|
||||
|
||||
GIMP configuration failed.
|
||||
The following mandatory dependencies are missing:$required_deps
|
||||
|
||||
See the file 'INSTALL' for more help
|
||||
|
||||
== Additional information (options) ==
|
||||
$optional_deps]);
|
||||
See the file 'INSTALL' for more help.]);
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue