mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
Oops! Typo in ./config...
This commit is contained in:
parent
dd55880644
commit
b6b4fdc9e2
2
config
2
config
@ -730,7 +730,7 @@ EOF
|
|||||||
echo " You have ~5 seconds to press Ctrl-C to abort."
|
echo " You have ~5 seconds to press Ctrl-C to abort."
|
||||||
(stty -icanon min 0 time 50; read waste) < /dev/tty
|
(stty -icanon min 0 time 50; read waste) < /dev/tty
|
||||||
fi
|
fi
|
||||||
elif [ "$CC" = "gcc ]; then
|
elif [ "$CC" = "gcc" ]; then
|
||||||
OUT="aix-gcc"
|
OUT="aix-gcc"
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user