# HG changeset patch # User "Yann E. MORIN" # Date 1318774893 -7200 # Node ID e64d2b119ed6ee7bc2fd1bac2b4f2c653665b0a8 # Parent 13df2720b374cbab6aa84b90414a7e5bcf6369f6 configure: don't check for host system This is no longer used. Signed-off-by: "Yann E. MORIN" diff -r 13df2720b374 -r e64d2b119ed6 configure --- a/configure Fri Oct 14 22:44:24 2011 +0200 +++ b/configure Sun Oct 16 16:21:33 2011 +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"