From: Ulf Möller Date: Sat, 6 May 2006 18:35:41 +0000 (+0000) Subject: bug fix. X-Git-Tag: OpenSSL_0_9_8c~38 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=1b6b67b17ee8fc8873df505ef462d2e994ee6259 bug fix. PR: 1326 Submitted by: John Skodon --- diff --git a/config b/config index 6583959479..35fcf7bd8c 100755 --- a/config +++ b/config @@ -717,9 +717,9 @@ case "$GUESSOS" in 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