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
1 changed files with 1 additions and 0 deletions

View File

@ -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};