change OSTYPE in configure file

This commit is contained in:
Álvaro Felipe Melchor 2015-08-19 16:53:40 +02:00 committed by pancake
parent fb93dffde3
commit 4784c5d380
1 changed files with 4 additions and 4 deletions

8
configure vendored
View File

@ -468,16 +468,16 @@ HAVE_LIB_DL="1"
DL_LIBS="-ldl"
else
if [ "$HOST_OS" = "gnu/kfreebsd" ]; then
USEROSTYPE="gnulinux"
USEROSTYPE="bsd"
else
if [ "$HOST_OS" = "netbsd" ]; then
USEROSTYPE="gnulinux"
USEROSTYPE="bsd"
else
if [ "$HOST_OS" = "freebsd" ]; then
USEROSTYPE="gnulinux"
USEROSTYPE="bsd"
else
if [ "$HOST_OS" = "openbsd" ]; then
USEROSTYPE="gnulinux"
USEROSTYPE="bsd"
else
if [ "$HOST_OS" = "darwin" ]; then
USEROSTYPE="darwin"; fi; fi; fi; fi; fi; fi; fi; fi; fi