From: Andy Polyakov Date: Thu, 7 Apr 2005 20:24:29 +0000 (+0000) Subject: Recognize MSYS/MINGW environment. X-Git-Tag: OpenSSL_0_9_7g~7^2~6 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=4848cbf1cffcd00565c4191319030bef52cc9b55 Recognize MSYS/MINGW environment. --- diff --git a/config b/config index 71ada7bbe1..02d7de0266 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"; exit 0; + ;; CYGWIN*) case "$RELEASE" in [bB]*|1.0|1.[12].*)