added PKG_CONFIG_PATH to output to better verify if it gets properly set with cross compiles.

This commit is contained in:
Gunter Knauf 2009-07-13 23:33:57 +00:00
parent 4e75c70874
commit 100f6b7703
1 changed files with 1 additions and 0 deletions

View File

@ -322,6 +322,7 @@ logit "CFLAGS = ".$ENV{CFLAGS};
logit "LDFLAGS = ".$ENV{LDFLAGS};
logit "CC = ".$ENV{CC};
logit "MAKEFLAGS = ".$ENV{MAKEFLAGS};
logit "PKG_CONFIG_PATH = ".$ENV{PKG_CONFIG_PATH};
logit "target = ".$targetos;
logit "version = $version"; # script version
logit "date = $timestamp"; # When the test build starts