Fail when CANONICAL_HOST cannot be determined

When the CANONICAL_HOST is unknown the configure script exits
with exit code 0 even though no makefile was produced.

Signed-off-by: Frank Vanbever <frank.vanbever@essensium.com>
This commit is contained in:
Frank Vanbever 2020-01-10 11:14:43 +01:00 committed by Felipe Zimmerle
parent 2b09e7e01d
commit fe84d2bae6
No known key found for this signature in database
GPG Key ID: E6DFB08CE8B11277

View File

@ -194,7 +194,7 @@ case $host in
;;
*)
echo "Unknown CANONICAL_HOST $host"
exit
exit 1
;;
esac