Recognise mingw64 in config script
[openssl.git] / config
diff --git a/config b/config
index 0ddff8abfcc1f6ea7b08e078b16c4502f9b17cff..ad788cbf73ada759ddbceb56ef4570e80454e9ea 100755 (executable)
--- a/config
+++ b/config
@@ -801,6 +801,8 @@ case "$GUESSOS" in
            options="$options no-asm"
        fi
        ;;
+  i[3456]86-*-mingw) OUT="mingw" ;;
+  x86_64-*-mingw) OUT="mingw64" ;;
   # these are all covered by the catchall below
   i[3456]86-*-cygwin) OUT="Cygwin-x86" ;;
   *-*-cygwin) OUT="Cygwin-${MACHINE}" ;;