summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2003-01-04 15:18:00 +0000
committerAndy Polyakov <appro@openssl.org>2003-01-04 15:18:00 +0000
commitf68843e3d777330ae12053b34536ab9a19ba2f26 (patch)
tree3fd10004f23eb00d8b9316d96149d704a1a111e9 /config
parent19a97a1df04964406688feeb84a1622313c0558b (diff)
Fix a typo.
Diffstat (limited to 'config')
-rwxr-xr-xconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/config b/config
index 560397806b..4f9782fcd7 100755
--- a/config
+++ b/config
@@ -698,7 +698,7 @@ EOF
if [ $CPU_VERSION -ge 768 ]; then # IA-64 CPU
echo "WARNING! 64-bit ABI is the default configured ABI on HP-UXi."
echo " If you wish to build 32-bit library, the you have to"
- echo " invoke './Configure hpux-ia32-cc' *manually*."
+ echo " invoke './Configure hpux-ia64-cc' *manually*."
if [ "$TEST" = "false" ]; then
echo " You have about 5 seconds to press Ctrl-C to abort."
(stty -icanon min 0 time 50; read waste) < /dev/tty