diff -r 13df2720b374 -r 64fe22ca6e6f configure --- a/configure Fri Oct 14 22:44:24 2011 +0200 +++ b/configure Fri Nov 18 11:32:50 2011 +0800 @@ -520,20 +520,6 @@ 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"