projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5acd2e6
)
configure.ac: slightly tweak dpdk check
author
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Sat, 27 May 2017 13:53:46 +0000
(15:53 +0200)
committer
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Sat, 27 May 2017 13:53:46 +0000
(15:53 +0200)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
66f00b3
..
cd212fa
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-2383,7
+2383,11
@@
AC_SUBST(BUILD_WITH_LIBDBI_LIBS)
AC_ARG_VAR([LIBDPDK_CPPFLAGS], [Preprocessor flags for libdpdk])
AC_ARG_VAR([LIBDPDK_LDFLAGS], [Linker flags for libdpdk])
-AC_ARG_WITH([libdpdk], [AS_HELP_STRING([--without-libdpdk], [Disable libdpdk.])])
+AC_ARG_WITH([libdpdk],
+ [AS_HELP_STRING([--without-libdpdk], [Disable libdpdk.])],
+ [with_libdpdk="$withval"],
+ [with_libdpdk="yes"]
+)
if test "x$with_libdpdk" != "xno"; then
if test "x$LIBDPDK_CPPFLAGS" = "x"; then