mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 19:47:47 +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:
committed by
Felipe Zimmerle
parent
2b09e7e01d
commit
fe84d2bae6
@@ -194,7 +194,7 @@ case $host in
|
|||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo "Unknown CANONICAL_HOST $host"
|
echo "Unknown CANONICAL_HOST $host"
|
||||||
exit
|
exit 1
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user