Enable detection of libdpdk by default
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Sat, 19 Nov 2016 10:58:36 +0000 (11:58 +0100)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Sat, 19 Nov 2016 16:19:02 +0000 (17:19 +0100)
Otherwise we never exercise this check and it will just bitrot.

configure.ac

index ac738f8..34abfe1 100644 (file)
@@ -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