diff options
author | Gunter Knauf <gk@gknw.de> | 2009-07-13 23:33:57 +0000 |
---|---|---|
committer | Gunter Knauf <gk@gknw.de> | 2009-07-13 23:33:57 +0000 |
commit | 100f6b7703ff9a45340c0b27122806952f243ab8 (patch) | |
tree | 4ad2ccbe8921fedce8e115e22cc704c0bd09d327 | |
parent | 4e75c708741abeac51fc5b4b456a7b8fcd81f97a (diff) |
added PKG_CONFIG_PATH to output to better verify if it gets properly set with cross compiles.
-rwxr-xr-x | tests/testcurl.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testcurl.pl b/tests/testcurl.pl index 530f06017..2e57460da 100755 --- a/tests/testcurl.pl +++ b/tests/testcurl.pl @@ -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 |