diff -r 13df2720b374 -r aaa46c1a2c2a configure --- a/configure Fri Oct 14 22:44:24 2011 +0200 +++ b/configure Wed Nov 30 12:07:59 2011 +0100 @@ -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"