configure: don't check for host system

This is no longer used.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
This commit is contained in:
Yann E. MORIN" 2011-10-16 16:21:33 +02:00
parent e2b9a81da3
commit 2db92c8d14

14
configure vendored
View File

@ -520,20 +520,6 @@ has_or_warn prog=svn \
kconfig=has_svn \
err="subversion is required to download eglibc"
# Host system checks
printf "Checking for host system... "
host="$( uname -s )"
printf "%s\n" "${host}"
case "${host}" in
Linux) ;;
Cygwin) ;;
*)
printf " * Runing under %s is not fully tested\n" "${host}"
printf " * You may encounter some weird behavior\n"
;;
esac
# Library checks
libs_exts="so dylib a"