projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f9418d
)
Enable detection of libdpdk by default
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
ac738f8
..
34abfe1
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