mirror of
https://github.com/curl/curl.git
synced 2025-03-13 15:37:04 +08:00
parent
8a9d93e32b
commit
c3c736c061
@ -3047,8 +3047,8 @@ sub checksystem {
|
||||
$has_libssh=1;
|
||||
if($1 =~ /(\d+)\.(\d+).(\d+)/) {
|
||||
my $v = $1 * 100 + $2 * 10 + $3;
|
||||
if($v < 96) {
|
||||
# before 0.9.6
|
||||
if($v < 95) {
|
||||
# before 0.9.5
|
||||
$has_oldlibssh = 1;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user