commit | 74a6c7f384db849cd59ffac4b119b70a2bc1f54a | [log] [tgz] |
---|---|---|
author | Bodo Möller <bodo@openssl.org> | Thu Jun 10 18:05:58 1999 +0000 |
committer | Bodo Möller <bodo@openssl.org> | Thu Jun 10 18:05:58 1999 +0000 |
tree | 4f1f822a00c5515fd25511fb30e72888dbe25f38 | |
parent | 247cf8d2791c1fc6a2bae4e9b455b2b0874bf74a [diff] [blame] |
Try to detect NeXT 3.3 (working Configure entry for this still missing)
diff --git a/config b/config index 90699f7..c04acf7 100755 --- a/config +++ b/config
@@ -243,6 +243,9 @@ # 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 ;;