diff options
author | Yang Tse <yangsita@gmail.com> | 2011-12-26 17:09:44 +0100 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2011-12-26 17:09:44 +0100 |
commit | 84f736981c1c52d0fb122de5ab35cb8e15e645ba (patch) | |
tree | 2caa1f0570a132a944089ba421c584b61d90db33 /tests | |
parent | 82c344a3471f705340fbfc80b9ccb1a7d87fe700 (diff) | |
download | curl-84f736981c1c52d0fb122de5ab35cb8e15e645ba.tar.gz |
testcurl.pl: log ACLOCAL_FLAGS
Diffstat (limited to 'tests')
-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 57af99263..73fe03a40 100755 --- a/tests/testcurl.pl +++ b/tests/testcurl.pl @@ -338,6 +338,7 @@ logit "CFLAGS = ".$ENV{CFLAGS}; logit "LDFLAGS = ".$ENV{LDFLAGS}; logit "CC = ".$ENV{CC}; logit "MAKEFLAGS = ".$ENV{MAKEFLAGS}; +logit "ACLOCAL_FLAGS = ".$ENV{ACLOCAL_FLAGS}; logit "PKG_CONFIG_PATH = ".$ENV{PKG_CONFIG_PATH}; logit "target = ".$targetos; logit "version = $version"; # script version |