summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-10-16 14:21:33 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-10-16 14:21:33 (GMT)
commit2db92c8d141171efbab97f8301c46b5b215e417e (patch)
tree0803e07d009538c0a39edc2fd14be333354e1381
parente2b9a81da34023db468b61caecf1b4799016f174 (diff)
configure: don't check for host system
This is no longer used. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
-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"