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