summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2014-12-02 11:08:55 +0100
committerChristophe Fergeau <cfergeau@redhat.com>2014-12-08 18:24:59 +0100
commit2da14b6cc897cc0b960d4efc0e2765dc3f6fba9b (patch)
treee2a7cf9b6a7933898a334a51facc0b25661ccf35 /configure.ac
parent5bfa9cadb3787894ed51241718859c98e3a874e7 (diff)
downloadspice-common-2da14b6cc897cc0b960d4efc0e2765dc3f6fba9b.tar.gz
spice-common-2da14b6cc897cc0b960d4efc0e2765dc3f6fba9b.tar.xz
spice-common-2da14b6cc897cc0b960d4efc0e2765dc3f6fba9b.zip
build-sys: Remove unused win32 check
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac15
1 files changed, 0 insertions, 15 deletions
diff --git a/configure.ac b/configure.ac
index e67e60b..e5468b2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -114,21 +114,6 @@ AC_FUNC_ERROR_AT_LINE
AC_FUNC_FORK
AC_CHECK_FUNCS([dup2 floor inet_ntoa memmove memset pow sqrt])
-# Others
-AC_CANONICAL_HOST
-
-AC_MSG_CHECKING([for native Win32])
-case "$host_os" in
- *mingw*|*cygwin*)
- os_win32=yes
- ;;
- *)
- os_win32=no
- ;;
-esac
-AC_MSG_RESULT([$os_win32])
-AM_CONDITIONAL([OS_WIN32],[test "$os_win32" = "yes"])
-
# The End!
AC_CONFIG_FILES([
Makefile