From: Bodo Möller Date: Thu, 10 Jun 1999 18:05:58 +0000 (+0000) Subject: Try to detect NeXT 3.3 (working Configure entry for this still missing) X-Git-Tag: OpenSSL_0_9_4~183 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=74a6c7f384db849cd59ffac4b119b70a2bc1f54a;p=oweals%2Fopenssl.git Try to detect NeXT 3.3 (working Configure entry for this still missing) --- 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 ;;