summaryrefslogtreecommitdiff
path: root/tests/testcurl.pl
diff options
context:
space:
mode:
authorGunter Knauf <gk@gknw.de>2009-07-13 23:33:57 +0000
committerGunter Knauf <gk@gknw.de>2009-07-13 23:33:57 +0000
commit100f6b7703ff9a45340c0b27122806952f243ab8 (patch)
tree4ad2ccbe8921fedce8e115e22cc704c0bd09d327 /tests/testcurl.pl
parent4e75c708741abeac51fc5b4b456a7b8fcd81f97a (diff)
downloadcurl-100f6b7703ff9a45340c0b27122806952f243ab8.tar.gz
added PKG_CONFIG_PATH to output to better verify if it gets properly set with cross compiles.
Diffstat (limited to 'tests/testcurl.pl')
-rwxr-xr-xtests/testcurl.pl1
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