mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
Typo.
This commit is contained in:
parent
9c789ad188
commit
8050bc7955
4
config
4
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-bsdi"; exit 0
|
||||
;;
|
||||
*)
|
||||
echo "i386-whatever-bsd"; exit 0
|
||||
echo "i386-whatever-bsdi"; exit 0
|
||||
;;
|
||||
esac;
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user