powerdns plugin: Declare variables on first use.
[collectd.git] / .travis.yml
index b20d9a3..03d9dde 100644 (file)
@@ -53,4 +53,4 @@ before_install:
       perl
       protobuf-c-compiler
       python-dev
-script: sh build.sh && ./configure && make distcheck
+script: sh build.sh && ./configure --with-python=/usr/bin/python && make distcheck DISTCHECK_CONFIGURE_FLAGS="--with-python=/usr/bin/python"