projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d2b407
)
Recognize MSYS/MINGW environment.
author
Andy Polyakov
<appro@openssl.org>
Thu, 7 Apr 2005 20:26:10 +0000
(20:26 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Thu, 7 Apr 2005 20:26:10 +0000
(20:26 +0000)
config
patch
|
blob
|
history
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].*)