projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
247cf8d
)
Try to detect NeXT 3.3 (working Configure entry for this still missing)
author
Bodo Möller
<bodo@openssl.org>
Thu, 10 Jun 1999 18:05:58 +0000
(18:05 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Thu, 10 Jun 1999 18:05:58 +0000
(18:05 +0000)
config
patch
|
blob
|
history
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
;;