From: Andy Polyakov Date: Tue, 20 Sep 2005 12:16:30 +0000 (+0000) Subject: Fix typo [from HEAD]. X-Git-Tag: OpenSSL_0_9_8a~19 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d3205a48981a1f534d5d6ba8042733ef9238da90;p=openssl Fix typo [from HEAD]. PR: 1198 --- diff --git a/config b/config index 9cb837e802..82c57efb7c 100755 --- a/config +++ b/config @@ -745,7 +745,7 @@ case "$GUESSOS" in fi fi fi - if (lsattr -E -O -l proc0 | grep -i powepc) >/dev/null 2>&1; then + if (lsattr -E -O -l proc0 | grep -i powerpc) >/dev/null 2>&1; then : # this applies even to Power3 and later, as they return PowerPC_POWER[345] else options="$options no-asm"