mirror of
https://github.com/QuasarApp/openssl.git
synced 2025-04-30 19:54:39 +00:00
Try to detect NeXT 3.3 (working Configure entry for this still missing)
This commit is contained in:
parent
247cf8d279
commit
74a6c7f384
3
config
3
config
@ -243,6 +243,9 @@ fi
|
||||
# Now NeXT
|
||||
ISNEXT=`hostinfo 2>/dev/null`
|
||||
case "$ISNEXT" in
|
||||
*NeXT Mach 3.3*)
|
||||
echo "whatever-next-nextstep3.3"; exit 0
|
||||
;;
|
||||
*NeXT*)
|
||||
echo "whatever-next-nextstep"; exit 0
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user