summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2005-04-07 20:24:29 +0000
committerAndy Polyakov <appro@openssl.org>2005-04-07 20:24:29 +0000
commit4848cbf1cffcd00565c4191319030bef52cc9b55 (patch)
treef73911fbde5fd0ad462af692a609ed7b54846a42 /config
parent9f2027e56d9e82dc89f079ed285d5571cbee5592 (diff)
Recognize MSYS/MINGW environment.
Diffstat (limited to 'config')
-rwxr-xr-xconfig3
1 files changed, 3 insertions, 0 deletions
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].*)