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: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6005a461bb76b2b5649cf4a63f67252a26f50f19;p=thirdparty%2Fcurl.git Log CPPFLAGS environment variable along with the others. --- diff --git a/tests/testcurl.pl b/tests/testcurl.pl index 8f5072bc23..e1b9f64a1b 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};