From fe84d2bae65ea527b31319dd2c93d313a34bb310 Mon Sep 17 00:00:00 2001 From: Frank Vanbever Date: Fri, 10 Jan 2020 11:14:43 +0100 Subject: [PATCH] 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 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 4fa3a658..bb79853d 100644 --- a/configure.ac +++ b/configure.ac @@ -194,7 +194,7 @@ case $host in ;; *) echo "Unknown CANONICAL_HOST $host" - exit + exit 1 ;; esac