configure
branch1.13
changeset 2843 aaa46c1a2c2a
parent 2717 13df2720b374
child 2744 d77d04661cd9
     1.1 --- a/configure	Fri Oct 14 22:44:24 2011 +0200
     1.2 +++ b/configure	Wed Nov 30 12:07:59 2011 +0100
     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