configure.ac: dpdk: use pkg-config
authorChristian Ehrhardt <christian.ehrhardt@canonical.com>
Wed, 16 Aug 2017 12:31:48 +0000 (14:31 +0200)
committerChristian Ehrhardt <christian.ehrhardt@canonical.com>
Thu, 17 Aug 2017 09:54:34 +0000 (11:54 +0200)
commit7968c0ddec342632ecff40be022f3cca730a8648
treeabb38c39d65c725ef732594b91a3d130b3ba36b3
parent6d79874b8afa65cbb4a8e348caf37b8e60fbeded
configure.ac: dpdk: use pkg-config

To detect cflags and libs use the sometimes provided pkg-config for
libdpdk. That avoids build errors on systems where special flags are
needed and provided by dpdk via pkg-config, but not yet considered by
the collectd build system.

This closes #2399

Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
Makefile.am
configure.ac