Recognize MSYS/MINGW environment.
authorAndy Polyakov <appro@openssl.org>
Thu, 7 Apr 2005 20:24:29 +0000 (20:24 +0000)
committerAndy Polyakov <appro@openssl.org>
Thu, 7 Apr 2005 20:24:29 +0000 (20:24 +0000)
config

diff --git a/config b/config
index 71ada7bbe1508ee7808587bb2075753bd853ea21..02d7de0266173a8ebafe881fec5d869874e4ebc5 100755 (executable)
--- a/config
+++ b/config
@@ -337,6 +337,9 @@ case "${SYSTEM}:${RELEASE}:${VERSION}:${MACHINE}" in
        echo "mips-sony-newsos4"; exit 0;
        ;;
 
+    MINGW*)
+       echo "${MACHINE}-whatever-mingw"; exit 0;
+       ;;
     CYGWIN*)
        case "$RELEASE" in
            [bB]*|1.0|1.[12].*)