mirror of
https://github.com/QuasarApp/openssl.git
synced 2025-05-09 16:09:47 +00:00
Make sure to catch UnixWare 7, even if the version is 7.1.1 or
something like that.
This commit is contained in:
parent
8f6dc9c50f
commit
2eb5bc5c6d
2
config
2
config
@ -61,7 +61,7 @@ if [ "x$XREL" != "x" ]; then
|
||||
echo "whatever-whatever-unixware1"; exit 0
|
||||
;;
|
||||
5)
|
||||
if [ "x$VERSION" = "x7" ]; then
|
||||
if [ "`echo x$VERSION | sed -e 's/\..*//'`" = "x7" ]; then
|
||||
echo "${MACHINE}-sco-unixware7"; exit 0
|
||||
fi
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user