1
0
mirror of https://github.com/moparisthebest/curl synced 2024-10-31 15:45:12 -04:00

Log CPPFLAGS environment variable along with the others.

This commit is contained in:
Dan Fandrich 2005-12-13 19:07:33 +00:00
parent e2df946eee
commit 6005a461bb

View File

@ -264,6 +264,7 @@ logit "NAME = $name";
logit "EMAIL = $email"; logit "EMAIL = $email";
logit "DESC = $desc"; logit "DESC = $desc";
logit "CONFOPTS = $confopts"; logit "CONFOPTS = $confopts";
logit "CPPFLAGS = ".$ENV{CPPFLAGS};
logit "CFLAGS = ".$ENV{CFLAGS}; logit "CFLAGS = ".$ENV{CFLAGS};
logit "LDFLAGS = ".$ENV{LDFLAGS}; logit "LDFLAGS = ".$ENV{LDFLAGS};
logit "CC = ".$ENV{CC}; logit "CC = ".$ENV{CC};