diff -r 13df2720b374 -r f50031dbcf9a configure --- a/configure Fri Oct 14 22:44:24 2011 +0200 +++ b/configure Thu May 03 21:06:12 2012 +0200 @@ -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"