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

diff --git a/config b/config
index bee3586a912f0e101787b07189f2dd231601ebe9..0715d378d9f00dfb895a9004a8a25c95399a9094 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"; echo 0;
+       ;;
     CYGWIN*)
        case "$RELEASE" in
            [bB]*|1.0|1.[12].*)