From: Gunter Knauf Date: Mon, 13 Jul 2009 23:33:57 +0000 (+0000) Subject: added PKG_CONFIG_PATH to output to better verify if it gets properly set with cross... X-Git-Tag: curl-7_19_6~74 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=100f6b7703ff9a45340c0b27122806952f243ab8;p=curl added PKG_CONFIG_PATH to output to better verify if it gets properly set with cross compiles. --- 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