Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2003-01-20 00:45:52 +0300
committerAndy Polyakov <appro@openssl.org>2003-01-20 00:45:52 +0300
commitc56dbabcfd8b531529875c9bd176b3b787d23d7a (patch)
tree79ccf19d0da24bf5839e5d02f88d0e0a962af7f5 /config
parent30167ace518a70ec05e320b9f7a0eb6576828a07 (diff)
Suggestion was to change ${MACHINE} to i586 in lines in question. Well,
"whatever" doesn't the same (avoids 386 being passed to ./Configure), consistent with other elder SCO targets and denotes that we probably shouldn't care much about every out-of-date platform.
Diffstat (limited to 'config')
-rwxr-xr-xconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/config b/config
index a47347305d..565ec0fc3c 100755
--- a/config
+++ b/config
@@ -75,9 +75,9 @@ if [ "x$XREL" != "x" ]; then
;;
4.2MP)
case "x${VERSION}" in
- x2.0*) echo "${MACHINE}-whatever-unixware20"; exit 0 ;;
- x2.1*) echo "${MACHINE}-whatever-unixware21"; exit 0 ;;
- x2*) echo "${MACHINE}-whatever-unixware2"; exit 0 ;;
+ x2.0*) echo "whatever-whatever-unixware20"; exit 0 ;;
+ x2.1*) echo "whatever-whatever-unixware21"; exit 0 ;;
+ x2*) echo "whatever-whatever-unixware2"; exit 0 ;;
esac
;;
4.2)