last-second-before-commit changes corrected
This commit is contained in:
@@ -668,6 +668,7 @@ sub checkcurl {
|
|||||||
|
|
||||||
unlink($memdump); # remove this if there was one left
|
unlink($memdump); # remove this if there was one left
|
||||||
|
|
||||||
|
my $feat;
|
||||||
my $curl;
|
my $curl;
|
||||||
my $libcurl;
|
my $libcurl;
|
||||||
my @version=`$CURL --version 2>/dev/null`;
|
my @version=`$CURL --version 2>/dev/null`;
|
||||||
@@ -740,7 +741,7 @@ sub checkcurl {
|
|||||||
# at this point
|
# at this point
|
||||||
}
|
}
|
||||||
elsif($_ =~ /^Features: (.*)/i) {
|
elsif($_ =~ /^Features: (.*)/i) {
|
||||||
my $feat = $1;
|
$feat = $1;
|
||||||
if($feat =~ /debug/i) {
|
if($feat =~ /debug/i) {
|
||||||
# debug is a listed "feature", use that knowledge
|
# debug is a listed "feature", use that knowledge
|
||||||
$curl_debug = 1;
|
$curl_debug = 1;
|
||||||
@@ -788,7 +789,7 @@ sub checkcurl {
|
|||||||
print "********* System characteristics ******** \n",
|
print "********* System characteristics ******** \n",
|
||||||
"* $curl\n",
|
"* $curl\n",
|
||||||
"* $libcurl\n",
|
"* $libcurl\n",
|
||||||
"* Features: $feat\n"
|
"* Features: $feat\n",
|
||||||
"* Host: $hostname",
|
"* Host: $hostname",
|
||||||
"* System: $hosttype";
|
"* System: $hosttype";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user