summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2005-09-20 12:16:30 +0000
committerAndy Polyakov <appro@openssl.org>2005-09-20 12:16:30 +0000
commitd3205a48981a1f534d5d6ba8042733ef9238da90 (patch)
tree5880ee0627ddfb8517bea7ad1c689ebb81ae695e /config
parent86731ce2c6958fec6aa076a07dfb6b557113af6f (diff)
Fix typo [from HEAD].
PR: 1198
Diffstat (limited to 'config')
-rwxr-xr-xconfig2
1 files changed, 1 insertions, 1 deletions
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"