commit | 83ed49149ce8d93e5f564a3ce34ce5d1f73b794c | [log] [tgz] |
---|---|---|
author | Ulf Möller <ulf@openssl.org> | Sat May 06 18:26:12 2006 +0000 |
committer | Ulf Möller <ulf@openssl.org> | Sat May 06 18:26:12 2006 +0000 |
tree | 51fef3427afaa0aa8f611b07c726fd635d7b499f | |
parent | 67d990904ea0ddc54ac5794f658effd98e8f0b15 [diff] [blame] |
bug fix. PR: 1326 Submitted by: John Skodon
diff --git a/config b/config index 3897473..24e9df3 100755 --- a/config +++ b/config
@@ -725,9 +725,9 @@ fi fi elif [ $CPU_VERSION -ge 528 ]; then # PA-RISC 1.1+ CPU - OUT="hpux-parisc-${CC} + OUT="hpux-parisc-${CC}" elif [ $CPU_VERSION -ge 523 ]; then # PA-RISC 1.0 CPU - OUT="hpux-parisc-${CC} + OUT="hpux-parisc-${CC}" else # Motorola(?) CPU OUT="hpux-$CC" fi