Try to detect NeXT 3.3 (working Configure entry for this still missing)
authorBodo Möller <bodo@openssl.org>
Thu, 10 Jun 1999 18:05:58 +0000 (18:05 +0000)
committerBodo Möller <bodo@openssl.org>
Thu, 10 Jun 1999 18:05:58 +0000 (18:05 +0000)
config

diff --git a/config b/config
index 90699f74f552407efcefdb3ebadcb1ea855c7881..c04acf7f5a2f39ce24be7ac2746009bcfb8795de 100755 (executable)
--- 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
        ;;