summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure14
1 files changed, 0 insertions, 14 deletions
diff --git a/configure b/configure
index e9776dd..6a68b38 100755
--- a/configure
+++ b/configure
@@ -520,20 +520,6 @@ has_or_warn prog=svn \
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"