From: Andy Polyakov Date: Thu, 7 Apr 2005 20:26:10 +0000 (+0000) Subject: Recognize MSYS/MINGW environment. X-Git-Tag: OpenSSL_0_9_7g~8 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6d69d74bb8e9b37bcec724d029eaae71dda11a23;p=oweals%2Fopenssl.git Recognize MSYS/MINGW environment. --- diff --git a/config b/config index bee3586a91..0715d378d9 100755 --- 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].*)