X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=config;h=a84d6b4b4e1cfdfdf432765104fba16e0d047bfe;hp=d7c98813b11e17206aca094020dc40e2f6244023;hb=2e5975285e2b65261ce780fa3f5744277b66db34;hpb=ca64056836116fae62285f2e5b6ccb4e087e80e7 diff --git a/config b/config index d7c98813b1..a84d6b4b4e 100755 --- a/config +++ b/config @@ -540,7 +540,7 @@ case "$GUESSOS" in ISA64=`(sysctl -n hw.optional.x86_64) 2>/dev/null` if [ "$ISA64" = "1" ]; then echo "WARNING! If you wish to build 64-bit library, then you have to" - echo " invoke './Configure darwin64-x86_86-cc' *manually*." + echo " invoke './Configure darwin64-x86_64-cc' *manually*." if [ "$TEST" = "false" -a -t 1 ]; then echo " You have about 5 seconds to press Ctrl-C to abort." (trap "stty `stty -g`" 2 0; stty -icanon min 0 time 50; read waste) <&1