common/autoconf/build-aux/config.guess
changeset 14111 2a82ecb35fc7
parent 13697 5262b00bc10c
child 20363 fa7663fc5d50
child 22466 25aaf85d1ada
--- a/common/autoconf/build-aux/config.guess	Wed Jul 05 18:26:51 2017 +0200
+++ b/common/autoconf/build-aux/config.guess	Fri Oct 26 14:29:57 2012 -0700
@@ -48,6 +48,9 @@
 
 # Test and fix cygwin on x86_64
 echo $OUT | grep 86-pc-cygwin > /dev/null 2> /dev/null
+if test $? != 0; then
+  echo $OUT | grep 86-pc-mingw > /dev/null 2> /dev/null
+fi
 if test $? = 0; then
   case `echo $PROCESSOR_IDENTIFIER | cut -f1 -d' '` in
     intel64|Intel64|INTEL64|em64t|EM64T|amd64|AMD64|8664|x86_64)