configure: don't check for host system
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun Oct 16 16:21:33 2011 +0200 (2011-10-16)
changeset 2718e64d2b119ed6
parent 2717 13df2720b374
child 2719 3e3f8a86f1c0
configure: don't check for host system

This is no longer used.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
configure
     1.1 --- a/configure	Fri Oct 14 22:44:24 2011 +0200
     1.2 +++ b/configure	Sun Oct 16 16:21:33 2011 +0200
     1.3 @@ -520,20 +520,6 @@
     1.4               kconfig=has_svn                        \
     1.5               err="subversion is required to download eglibc"
     1.6  
     1.7 -# Host system checks
     1.8 -
     1.9 -printf "Checking for host system... "
    1.10 -host="$( uname -s )"
    1.11 -printf "%s\n" "${host}"
    1.12 -case "${host}" in
    1.13 -    Linux)  ;;
    1.14 -    Cygwin) ;;
    1.15 -    *)
    1.16 -        printf " * Runing under %s is not fully tested\n" "${host}"
    1.17 -        printf " * You may encounter some weird behavior\n"
    1.18 -        ;;
    1.19 -esac
    1.20 -
    1.21  # Library checks
    1.22  libs_exts="so dylib a"
    1.23