]> granicus.if.org Git - curl/commitdiff
Log CPPFLAGS environment variable along with the others.
authorDan Fandrich <dan@coneharvesters.com>
Tue, 13 Dec 2005 19:07:33 +0000 (19:07 +0000)
committerDan Fandrich <dan@coneharvesters.com>
Tue, 13 Dec 2005 19:07:33 +0000 (19:07 +0000)
tests/testcurl.pl

index 8f5072bc23bef8f3a815eebcf41710a95d414657..e1b9f64a1ba61e57cb81a5f1b06447f3095a6ae0 100755 (executable)
@@ -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};