mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-15 23:55:03 +03:00
typo rectify
Typo - plataform -> platform
This commit is contained in:
parent
046b553736
commit
ed52c5462b
20
configure.ac
20
configure.ac
@ -87,19 +87,19 @@ AH_TEMPLATE([NETBSD], [Define if the operating system is NetBSD])
|
|||||||
|
|
||||||
case $host in
|
case $host in
|
||||||
*-*-aix*)
|
*-*-aix*)
|
||||||
echo "Checking plataform... Identified as AIX"
|
echo "Checking platform... Identified as AIX"
|
||||||
aixos=true
|
aixos=true
|
||||||
;;
|
;;
|
||||||
*-*-hpux*)
|
*-*-hpux*)
|
||||||
echo "Checking plataform... Identified as HPUX"
|
echo "Checking platform... Identified as HPUX"
|
||||||
hpuxos=true
|
hpuxos=true
|
||||||
;;
|
;;
|
||||||
*-*-darwin*)
|
*-*-darwin*)
|
||||||
echo "Checking plataform... Identified as Macintosh OS X"
|
echo "Checking platform... Identified as Macintosh OS X"
|
||||||
macos=true
|
macos=true
|
||||||
;;
|
;;
|
||||||
*-*-linux*)
|
*-*-linux*)
|
||||||
echo "Checking plataform... Identified as Linux"
|
echo "Checking platform... Identified as Linux"
|
||||||
linuxos=true
|
linuxos=true
|
||||||
case "${host_cpu}" in
|
case "${host_cpu}" in
|
||||||
s390x)
|
s390x)
|
||||||
@ -108,27 +108,27 @@ case $host in
|
|||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
*-*-solaris*)
|
*-*-solaris*)
|
||||||
echo "Checking plataform... Identified as Solaris"
|
echo "Checking platform... Identified as Solaris"
|
||||||
solarisos=true
|
solarisos=true
|
||||||
;;
|
;;
|
||||||
*-*-freebsd*)
|
*-*-freebsd*)
|
||||||
echo "Checking plataform... Identified as FreeBSD"
|
echo "Checking platform... Identified as FreeBSD"
|
||||||
freebsdos=true
|
freebsdos=true
|
||||||
;;
|
;;
|
||||||
*-*-netbsd*)
|
*-*-netbsd*)
|
||||||
echo "Checking plataform... Identified as NetBSD"
|
echo "Checking platform... Identified as NetBSD"
|
||||||
netbsdos=true
|
netbsdos=true
|
||||||
;;
|
;;
|
||||||
*-*-openbsd*)
|
*-*-openbsd*)
|
||||||
echo "Checking plataform... Identified as OpenBSD"
|
echo "Checking platform... Identified as OpenBSD"
|
||||||
openbsdos=true
|
openbsdos=true
|
||||||
;;
|
;;
|
||||||
*-*-kfreebsd*)
|
*-*-kfreebsd*)
|
||||||
echo "Checking plataform... Identified as kFreeBSD, treating as linux"
|
echo "Checking platform... Identified as kFreeBSD, treating as linux"
|
||||||
linuxos=true
|
linuxos=true
|
||||||
;;
|
;;
|
||||||
*-*-gnu*.*)
|
*-*-gnu*.*)
|
||||||
echo "Checking plataform... Identified as HURD, treating as linux"
|
echo "Checking platform... Identified as HURD, treating as linux"
|
||||||
linuxos=true
|
linuxos=true
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user