summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-06-10 18:05:58 +0000
committerBodo Möller <bodo@openssl.org>1999-06-10 18:05:58 +0000
commit74a6c7f384db849cd59ffac4b119b70a2bc1f54a (patch)
tree4f1f822a00c5515fd25511fb30e72888dbe25f38 /config
parent247cf8d2791c1fc6a2bae4e9b455b2b0874bf74a (diff)
Try to detect NeXT 3.3 (working Configure entry for this still missing)
Diffstat (limited to 'config')
-rwxr-xr-xconfig3
1 files changed, 3 insertions, 0 deletions
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
;;