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:
9c789ad
)
Typo.
author
Ulf Möller
<ulf@openssl.org>
Wed, 16 Jun 1999 23:49:39 +0000
(23:49 +0000)
committer
Ulf Möller
<ulf@openssl.org>
Wed, 16 Jun 1999 23:49:39 +0000
(23:49 +0000)
config
patch
|
blob
|
history
diff --git
a/config
b/config
index 06c59f4bff0d228b4f41a52c11515b6c2008e356..306af22654bf382312c9cce81bbf1a3bc58c77cb 100755
(executable)
--- a/
config
+++ b/
config
@@
-121,10
+121,10
@@
case "${SYSTEM}:${RELEASE}:${VERSION}:${MACHINE}" in
BSD/386:*:*:*486*|BSD/OS:*:*:*:*486*)
case `/sbin/sysctl -n hw.model` in
Pentium*)
- echo "i586-whatever-bsd"; exit 0
+ echo "i586-whatever-bsd
i
"; exit 0
;;
*)
- echo "i386-whatever-bsd"; exit 0
+ echo "i386-whatever-bsd
i
"; exit 0
;;
esac;
;;