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:
Jehan 2016-05-31 01:20:51 +02:00
parent bb9b899f37
commit df8fded8f7
1 changed files with 6 additions and 4 deletions

View File

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