From b614c13af47dab0544085f0e143fc0e190c979aa Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Sat, 19 Nov 2016 11:58:36 +0100 Subject: [PATCH] Enable detection of libdpdk by default Otherwise we never exercise this check and it will just bitrot. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0