Fix typo in ./config.
Submitted by: Sander Temme
This commit is contained in:
parent
ea71ec1b11
commit
c650168a4f
2
config
2
config
@ -540,7 +540,7 @@ case "$GUESSOS" in
|
|||||||
ISA64=`(sysctl -n hw.optional.x86_64) 2>/dev/null`
|
ISA64=`(sysctl -n hw.optional.x86_64) 2>/dev/null`
|
||||||
if [ "$ISA64" = "1" ]; then
|
if [ "$ISA64" = "1" ]; then
|
||||||
echo "WARNING! If you wish to build 64-bit library, then you have to"
|
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
|
if [ "$TEST" = "false" -a -t 1 ]; then
|
||||||
echo " You have about 5 seconds to press Ctrl-C to abort."
|
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
|
(trap "stty `stty -g`" 2 0; stty -icanon min 0 time 50; read waste) <&1
|
||||||
|
Loading…
Reference in New Issue
Block a user