mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-13 13:26:01 +03:00
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:
parent
2b09e7e01d
commit
fe84d2bae6
@ -194,7 +194,7 @@ case $host in
|
||||
;;
|
||||
*)
|
||||
echo "Unknown CANONICAL_HOST $host"
|
||||
exit
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user