From 4848cbf1cffcd00565c4191319030bef52cc9b55 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Thu, 7 Apr 2005 20:24:29 +0000 Subject: [PATCH] Recognize MSYS/MINGW environment. --- config | 3 +++ 1 file changed, 3 insertions(+) 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].*) -- 2.25.1