From 74a6c7f384db849cd59ffac4b119b70a2bc1f54a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bodo=20M=C3=B6ller?= Date: Thu, 10 Jun 1999 18:05:58 +0000 Subject: Try to detect NeXT 3.3 (working Configure entry for this still missing) --- config | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config') diff --git a/config b/config index 90699f74f5..c04acf7f5a 100755 --- a/config +++ b/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 ;; -- cgit v1.2.3