From: Dan Fandrich Date: Tue, 13 Dec 2005 19:07:33 +0000 (+0000) Subject: Log CPPFLAGS environment variable along with the others. X-Git-Tag: curl-7_15_2~175 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6005a461bb76b2b5649cf4a63f67252a26f50f19;p=curl Log CPPFLAGS environment variable along with the others. --- diff --git a/tests/testcurl.pl b/tests/testcurl.pl index 8f5072bc2..e1b9f64a1 100755 --- a/tests/testcurl.pl +++ b/tests/testcurl.pl @@ -264,6 +264,7 @@ logit "NAME = $name"; logit "EMAIL = $email"; logit "DESC = $desc"; logit "CONFOPTS = $confopts"; +logit "CPPFLAGS = ".$ENV{CPPFLAGS}; logit "CFLAGS = ".$ENV{CFLAGS}; logit "LDFLAGS = ".$ENV{LDFLAGS}; logit "CC = ".$ENV{CC};