mirror of
https://github.com/curl/curl.git
synced 2026-08-24 22:13:33 +03:00
curl_global_init_mem() allows the memory functions to be replaced.
memory.h is included everywhere for this.
This commit is contained in:
parent
434bc13812
commit
bbafb2eb27
48 changed files with 295 additions and 271 deletions
|
|
@ -635,7 +635,7 @@ sub checkcurl {
|
|||
|
||||
my $curl;
|
||||
my $libcurl;
|
||||
my @version=`$CURL -V 2>/dev/null`;
|
||||
my @version=`strace $CURL --version 2>fump`;
|
||||
for(@version) {
|
||||
chomp;
|
||||
|
||||
|
|
@ -727,7 +727,7 @@ sub checkcurl {
|
|||
}
|
||||
}
|
||||
if(!$curl) {
|
||||
die "couldn't run curl!"
|
||||
die "couldn't run '$CURL'"
|
||||
}
|
||||
|
||||
my $hostname=`hostname`;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue