From: Ruben Kerkhof Date: Sat, 19 Nov 2016 10:58:36 +0000 (+0100) Subject: Enable detection of libdpdk by default X-Git-Tag: collectd-5.7.0~31^2~1 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=b614c13af47dab0544085f0e143fc0e190c979aa;p=collectd.git Enable detection of libdpdk by default Otherwise we never exercise this check and it will just bitrot. --- diff --git a/configure.ac b/configure.ac index ac738f80..34abfe12 100644 --- a/configure.ac +++ b/configure.ac @@ -2558,7 +2558,7 @@ AC_ARG_WITH(libdpdk, [AS_HELP_STRING([--with-libdpdk@<:@=PREFIX@:>@], [Path to t DPDK_INCLUDE="$RTE_BUILD/include" DPDK_LIB_DIR="$RTE_BUILD/lib" FOUND_DPDK=yes -], [with_libdpdk="no"]) +], [with_libdpdk="yes"]) if test "x$with_libdpdk" = "xyes" then