Commit 247a5e7878379b7af33338d51898d7fb9e82e686

Michael Haubenwallner 2019-11-22T20:17:58

Capture x86-windows host like x86_64-windows (#529)

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/configure.host b/configure.host
index d9850d4..9a72cda 100644
--- a/configure.host
+++ b/configure.host
@@ -74,7 +74,7 @@ case "${host}" in
 	TARGET=X86_FREEBSD; TARGETDIR=x86
 	;;
 
-  i?86-*-cygwin* | i?86-*-mingw* | i?86-*-os2* | i?86-*-interix* \
+  i?86-*-cygwin* | i?86-*-mingw* | i?86-*-win* | i?86-*-os2* | i?86-*-interix* \
   | x86_64-*-cygwin* | x86_64-*-mingw* | x86_64-*-win* )
 	TARGETDIR=x86
 	if test $ac_cv_sizeof_size_t = 4; then