Skip to content

Commit 6b5e9b1

Browse files
author
Felipe Zimmerle
committed
Merge branch '0xbin-master'
2 parents 046b553 + ed52c54 commit 6b5e9b1

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

configure.ac

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -87,19 +87,19 @@ AH_TEMPLATE([NETBSD], [Define if the operating system is NetBSD])
8787

8888
case $host in
8989
*-*-aix*)
90-
echo "Checking plataform... Identified as AIX"
90+
echo "Checking platform... Identified as AIX"
9191
aixos=true
9292
;;
9393
*-*-hpux*)
94-
echo "Checking plataform... Identified as HPUX"
94+
echo "Checking platform... Identified as HPUX"
9595
hpuxos=true
9696
;;
9797
*-*-darwin*)
98-
echo "Checking plataform... Identified as Macintosh OS X"
98+
echo "Checking platform... Identified as Macintosh OS X"
9999
macos=true
100100
;;
101101
*-*-linux*)
102-
echo "Checking plataform... Identified as Linux"
102+
echo "Checking platform... Identified as Linux"
103103
linuxos=true
104104
case "${host_cpu}" in
105105
s390x)
@@ -108,27 +108,27 @@ case $host in
108108
esac
109109
;;
110110
*-*-solaris*)
111-
echo "Checking plataform... Identified as Solaris"
111+
echo "Checking platform... Identified as Solaris"
112112
solarisos=true
113113
;;
114114
*-*-freebsd*)
115-
echo "Checking plataform... Identified as FreeBSD"
115+
echo "Checking platform... Identified as FreeBSD"
116116
freebsdos=true
117117
;;
118118
*-*-netbsd*)
119-
echo "Checking plataform... Identified as NetBSD"
119+
echo "Checking platform... Identified as NetBSD"
120120
netbsdos=true
121121
;;
122122
*-*-openbsd*)
123-
echo "Checking plataform... Identified as OpenBSD"
123+
echo "Checking platform... Identified as OpenBSD"
124124
openbsdos=true
125125
;;
126126
*-*-kfreebsd*)
127-
echo "Checking plataform... Identified as kFreeBSD, treating as linux"
127+
echo "Checking platform... Identified as kFreeBSD, treating as linux"
128128
linuxos=true
129129
;;
130130
*-*-gnu*.*)
131-
echo "Checking plataform... Identified as HURD, treating as linux"
131+
echo "Checking platform... Identified as HURD, treating as linux"
132132
linuxos=true
133133
;;
134134
*)

0 commit comments

Comments
 (0)