Log which packages pkg-config thinks we have
[collectd.git] / .travis.yml
index de16419..231f704 100644 (file)
@@ -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"