summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4f9418d)
raw | patch | inline | side by side (parent: 4f9418d)
author | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sat, 19 Nov 2016 10:58:36 +0000 (11:58 +0100) | ||
committer | Ruben 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 | patch | blob | history |
diff --git a/configure.ac b/configure.ac
index ac738f80ff813201f43fce310f24a14e6bd642b2..34abfe1219f57c5ef11d13f06b88b02f7f6d5e0b 100644 (file)
--- 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