Commit 74a6c7f3 authored by Bodo Möller's avatar Bodo Möller
Browse files

Try to detect NeXT 3.3 (working Configure entry for this still missing)

parent 247cf8d2
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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
	;;