From: Ruben Kerkhof Date: Mon, 14 Oct 2019 17:26:56 +0000 (+0200) Subject: Log which packages pkg-config thinks we have X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=89853a9e391d4a0a6d7b545458bd442d29c8e9b5 Log which packages pkg-config thinks we have --- diff --git a/.travis.yml b/.travis.yml index de164197..231f7045 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,6 +32,8 @@ before_script: autoreconf -vif script: - if [[ "${TRAVIS_BRANCH}" == "coverity_scan" ]]; then exit 0; fi + - type pkg-config + - pkg-config --list-all - ./configure - make distcheck DISTCHECK_CONFIGURE_FLAGS="--disable-dependency-tracking --enable-debug"