diff options
author | Andy Polyakov <appro@openssl.org> | 2007-08-01 13:20:39 +0200 |
---|---|---|
committer | Andy Polyakov <appro@openssl.org> | 2007-08-01 13:20:39 +0200 |
commit | e45c100762baaaa0bfd9e9db136192ec09286a55 (patch) | |
tree | cfad9500e578f50ad0c9c8839157710db22c0a9f /config | |
parent | MacOS X update. (diff) | |
download | openssl-e45c100762baaaa0bfd9e9db136192ec09286a55.tar.xz openssl-e45c100762baaaa0bfd9e9db136192ec09286a55.zip |
Typos in ./config.
PR: 1563
Diffstat (limited to 'config')
-rwxr-xr-x | config | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -674,8 +674,8 @@ case "$GUESSOS" in *-*-sunos4) OUT="sunos-$CC" ;; *86*-*-bsdi4) OUT="BSD-x86-elf"; options="$options no-sse2 -ldl" ;; - alpha*-*-*bsd*) OUT="BSD-generic64; options="$options -DL_ENDIAN" ;; - powerpc64-*-*bsd*) OUT="BSD-generic64; options="$options -DB_ENDIAN" ;; + alpha*-*-*bsd*) OUT="BSD-generic64"; options="$options -DL_ENDIAN" ;; + powerpc64-*-*bsd*) OUT="BSD-generic64"; options="$options -DB_ENDIAN" ;; sparc64-*-*bsd*) OUT="BSD-sparc64" ;; ia64-*-*bsd*) OUT="BSD-ia64" ;; amd64-*-*bsd*) OUT="BSD-x86_64" ;; |